1
0
mirror of https://github.com/irssi/irssi.git synced 2025-02-02 15:08:01 -05:00

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
This commit is contained in:
Wouter Coekaerts 2005-10-18 16:20:08 +00:00 committed by coekie
parent 5b7df6b3d7
commit 9eced80a50

View File

@ -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