mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 09:32:32 +02:00
libpopt is now distributed with irssi since it's small enough and I got
tired of installing it to every computer when I tried to run irssi.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@37 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d226c65524
commit
95c6a0d9f6
13 changed files with 1437 additions and 12 deletions
15
configure.in
15
configure.in
|
|
@ -203,16 +203,9 @@ else
|
|||
fi
|
||||
fi
|
||||
|
||||
AC_CHECK_LIB(popt, poptGetContext, [
|
||||
POPT_LIBS="$poptlib -lpopt"
|
||||
], [
|
||||
AC_CHECK_LIB(gnomesupport, poptGetContext, [
|
||||
POPT_LIBS="$poptlib $GNOME_LIBDIR -lgnomesupport"
|
||||
], [
|
||||
AC_ERROR(["libpropt or libgnomesupport not found"])
|
||||
], $PROG_LIBS $poptlib $GNOME_LIBDIR -lgnomesupport)
|
||||
], $PROG_LIBS $poptlib -lpopt)
|
||||
|
||||
if test "x$POPT_LIBS" = "x"; then
|
||||
POPT_LIBS="../lib-popt/libpopt.a"
|
||||
fi
|
||||
|
||||
dnl **
|
||||
dnl ** check for libPropList
|
||||
|
|
@ -290,7 +283,6 @@ if test "x$want_gnome" = "xyes"; then
|
|||
else
|
||||
GUI_LIBS="$GNOME_LIBDIR $GNOMEUI_LIBS"
|
||||
fi
|
||||
|
||||
else
|
||||
want_gnome_panel="no"
|
||||
AC_DEFINE(HAVE_GTK)
|
||||
|
|
@ -398,6 +390,7 @@ src/gui-gnome/help/C/Makefile
|
|||
src/gui-gnome/pixmaps/Makefile
|
||||
src/lib-config/Makefile
|
||||
src/lib-nongui/Makefile
|
||||
src/lib-popt/Makefile
|
||||
src/settings/Makefile
|
||||
servertest/Makefile
|
||||
plugins/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue