mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
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
This commit is contained in:
parent
de73c1b56e
commit
490ce28ffb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user