From 9eced80a50fde0e82f67f5c8179ce0b521a5895b Mon Sep 17 00:00:00 2001 From: Wouter Coekaerts Date: Tue, 18 Oct 2005 16:20:08 +0000 Subject: [PATCH] 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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