mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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:
parent
a2fd1a1aec
commit
2cc1ddc5e1
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user