summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 511e17eb..eeef09da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -693,7 +693,7 @@ AC_ARG_ENABLE([gconf],
*) AC_MSG_ERROR(bad value ${enableval} for --disable-gconf) ;;
esac
],
- [glib=auto])
+ [gconf=auto])
if test "x${gconf}" != xno ; then
PKG_CHECK_MODULES(GCONF, [ gconf-2.0 >= 2.4.0 ],