diff options
author | Timo Sirainen <cras@irssi.org> | 1999-10-16 14:37:21 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 1999-10-16 14:37:21 +0000 |
commit | fb2f2253864656410aeafcabf360411b6debab2a (patch) | |
tree | 53ff19ff84ad1fd2735916bafc869860b522ff9d /configure.in | |
parent | 2e919d0b944eea1c34e636e03ee4cb7a8fde662e (diff) | |
download | irssi-fb2f2253864656410aeafcabf360411b6debab2a.zip |
popt fix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@53 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in index fc215aa2..38f5d775 100644 --- a/configure.in +++ b/configure.in @@ -261,8 +261,7 @@ else AC_DEFINE(HAVE_GTK) AM_PATH_GTK(1.2.0) GUI_CFLAGS="$GTK_CFLAGS" - GUI_LIBS="$GTK_LIBS" - PROG_LIBS="$PROG_LIBS ../lib-popt/libpopt.a" + GUI_LIBS="$GTK_LIBS ../lib-popt/libpopt.a" if test "x$want_imlib" = "xyes"; then AM_PATH_GDK_IMLIB(, [define_imlib=true]) @@ -334,7 +333,7 @@ if test "x$want_ipv6" = "xyes"; then AC_DEFINE(HAVE_IPV6) fi -PROG_LIBS="$PROG_LIBS $GLIB_LIBS" +PROG_LIBS="$PROG_LIBS $GLIB_LIBS ../lib-popt/libpopt.a" AC_SUBST(PROG_LIBS) |