mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-04-26 09:00:37 +02:00
Fix typo in configure.ac which led to confusing error messages from configure
This commit is contained in:
parent
cbc7eec2e5
commit
b93f795848
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ if test "x$GLIB_CFLAGS" = "x" && test "x$GLIB_LIBS" = "x"; then
|
|||
GLIB_CFLAGS=`$PKG_CONFIG --cflags glib-2.0`
|
||||
GLIB_LIBS=`$PKG_CONFIG --libs glib-2.0`
|
||||
else
|
||||
AC_MSG_ERROR([pkg-config and glib-2.0 not found, please set GLIB_CFLAGS and GLIB_LIBS to the correct values])]
|
||||
AC_MSG_ERROR([pkg-config and glib-2.0 not found, please set GLIB_CFLAGS and GLIB_LIBS to the correct values])
|
||||
fi
|
||||
fi
|
||||
AC_SUBST(GLIB_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue