From fb2f2253864656410aeafcabf360411b6debab2a Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 16 Oct 1999 14:37:21 +0000 Subject: popt fix git-svn-id: http://svn.irssi.org/repos/irssi/trunk@53 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 5 ++--- 1 file 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) -- cgit v1.2.3