1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00:00

fixed bug in configuring popt

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@35 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
tali 1999-10-04 14:13:47 +00:00
parent a2fd1a1aec
commit 2cc1ddc5e1

View File

@ -295,8 +295,8 @@ else
want_gnome_panel="no"
AC_DEFINE(HAVE_GTK)
AM_PATH_GTK(1.2.0)
GUI_CFLAGS="$GTK_CFLAGS $POPT_LIBS"
GUI_LIBS="$GTK_LIBS"
GUI_CFLAGS="$GTK_CFLAGS $POPT_CFLAGS"
GUI_LIBS="$GTK_LIBS $POPT_LIBS"
if test "x$want_imlib" = "xyes"; then
AM_PATH_GDK_IMLIB(, [define_imlib=true])