summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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)