summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>1999-10-16 14:57:28 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>1999-10-16 14:57:28 +0000
commit490ce28ffbcbfd1c1eae4d30835f35722c6460f5 (patch)
treec2598404f3101136163fb541111a2b11c02e2b22
parentde73c1b56ee49b77eb4a01a88f830cb44b70411d (diff)
downloadirssi-490ce28ffbcbfd1c1eae4d30835f35722c6460f5.zip
STILL some popt fixes, now it should get compiled to all irssi binaries right
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@55 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 38f5d775..ad08a1ee 100644
--- a/configure.in
+++ b/configure.in
@@ -261,7 +261,7 @@ else
AC_DEFINE(HAVE_GTK)
AM_PATH_GTK(1.2.0)
GUI_CFLAGS="$GTK_CFLAGS"
- GUI_LIBS="$GTK_LIBS ../lib-popt/libpopt.a"
+ GUI_LIBS="$GTK_LIBS"
if test "x$want_imlib" = "xyes"; then
AM_PATH_GDK_IMLIB(, [define_imlib=true])
@@ -271,6 +271,7 @@ else
GUI_LIBS="$GDK_IMLIB_LIBS"
fi
fi
+ GUI_LIBS="$GUI_LIBS ../lib-popt/libpopt.a"
fi
if test "x$GUI_LIBS" != "x"; then