diff --git a/configure.in b/configure.in index 8489fa63..e8331d67 100644 --- a/configure.in +++ b/configure.in @@ -286,7 +286,7 @@ AC_CHECK_GLIBDIR if test -z "$GLIB_DIR"; then AM_PATH_GLIB(1.2.0,,, gmodule) - if -z "$GLIB_LIBS"; then + if test -z "$GLIB_LIBS"; then echo "*** trying without -lgmodule" glib_config_args= AM_PATH_GLIB(1.2.0)