summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Coekaerts <coekie@irssi.org>2005-10-18 16:20:08 +0000
committercoekie <coekie@dbcabf3a-b0e7-0310-adc4-f8d773084564>2005-10-18 16:20:08 +0000
commit9eced80a50fde0e82f67f5c8179ce0b521a5895b (patch)
treefc53637d295c058e66782449784143fb0a5fbf90
parent5b7df6b3d7f80b7c095189923076774d85d58d12 (diff)
downloadirssi-9eced80a50fde0e82f67f5c8179ce0b521a5895b.zip
s/with_glib1/want_glib1/ in configure.in, by Emanuele Giaquinta
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4045 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 854f3a9c..3fd07404 100644
--- a/configure.in
+++ b/configure.in
@@ -392,7 +392,7 @@ AC_DEFUN(AC_CHECK_GLIBDIR,[
AC_CHECK_GLIBDIR
if test -z "$GLIB_DIR"; then
- if test "x$with_glib1" = "xyes"; then
+ if test "x$want_glib1" = "xyes"; then
dnl * check only for glib1
checks="1 2"
else