Fix typo in configure.ac which led to confusing error messages from configure

This commit is contained in:
Tollef Fog Heen 2011-09-20 08:50:51 +02:00
parent cbc7eec2e5
commit b93f795848

View file

@ -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)