diff options
author | Wouter Coekaerts <coekie@irssi.org> | 2005-10-18 16:20:08 +0000 |
---|---|---|
committer | coekie <coekie@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2005-10-18 16:20:08 +0000 |
commit | 9eced80a50fde0e82f67f5c8179ce0b521a5895b (patch) | |
tree | fc53637d295c058e66782449784143fb0a5fbf90 | |
parent | 5b7df6b3d7f80b7c095189923076774d85d58d12 (diff) | |
download | irssi-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.in | 2 |
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 |