mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02: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:
parent
5b7df6b3d7
commit
9eced80a50
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue