X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=b4c2c6098faabd88e94cb9474998e5e9c1d93943;hb=62dbcd8559ef5d6b6b51372e1b58afd14a85140d;hp=0fbe8a341c289f00db06fd6a73e6a655d9627b21;hpb=5fbecb4f7ace404316ac90986d3cd037957385a1;p=doldaconnect.git diff --git a/configure.in b/configure.in index 0fbe8a3..b4c2c60 100644 --- a/configure.in +++ b/configure.in @@ -80,6 +80,14 @@ if test "$enable_gnomeapplet" = yes; then clients="$clients gnome-trans-applet" fi +gaimplugin_msg=No +AC_ARG_ENABLE(gaimplugin, [ --enable-gaimplugin Enable GNOME transfer applet (experimental)]) +if test "$enable_gaimplugin" = yes; then + experimental=yes + gaimplugin_msg=Yes + clients="$clients gaim" +fi + guile_msg=No if test "$with_guile" = yes; then GUILE_FLAGS @@ -136,6 +144,9 @@ AC_CHECK_MEMBER(struct sockaddr_in6.sin6_family, [ AC_DEFINE(HAVE_IPV6) ], , [#i AH_TEMPLATE(HAVE_RESOLVER, [define if your system supports the res_* functions to fetch DNS RRs]) AC_CHECK_LIB(resolv, res_query, [ AC_DEFINE(HAVE_RESOLVER) LDFLAGS="$LDFLAGS -lresolv" ]) +AH_TEMPLATE(HAVE_KEYUTILS, [define if your system supports the Linux keyring functions]) +AC_CHECK_LIB(keyutils, keyctl_search, [ AC_DEFINE(HAVE_KEYUTILS) + LDFLAGS="$LDFLAGS -lkeyutils" ]) AC_HEADER_STDC AC_HEADER_DIRENT @@ -151,6 +162,7 @@ CPPFLAGS="-I\$(top_srcdir)/include $CPPFLAGS" AC_SUBST([clients extlibs]) AC_OUTPUT([ Makefile +autopackage/Makefile daemon/Makefile lib/Makefile lib/guile/Makefile @@ -158,6 +170,7 @@ lib/guile/dolcon/Makefile clients/Makefile clients/gtk2/Makefile clients/gnome-trans-applet/Makefile +clients/gaim/Makefile include/Makefile po/Makefile.in config/Makefile @@ -174,6 +187,7 @@ echo " GTK2 user interface: $gtk2ui_msg" echo " GTK2 progress bars: $gtk2pbar_msg" echo " Guile extension library: $guile_msg" echo " GNOME transfer applet: $gnometrapplet_msg" +echo " Gaim chat plugin: $gaimplugin_msg" echo if tput bold >/dev/null 2>&1 && tty <&2 >/dev/null 2>&1; then