X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=blobdiff_plain;f=configure.in;h=6585ddd0ba88ef69f1c934327e56fd75ca68d18c;hp=bbeca731a4875473a28f9d2c11b9fc98cf555e15;hb=abdee8d991dd929d09a5d22cdf08e77fcbd64e54;hpb=9e5a735ca0027b9fcc9b6ed0cac935ecd2247acf diff --git a/configure.in b/configure.in index bbeca73..6585ddd 100644 --- a/configure.in +++ b/configure.in @@ -90,6 +90,10 @@ DOLDA_PKG([HAS_LIBGAIM], [PKG_CHECK_MODULES(GAIM, gaim, [], [HAS_LIBGAIM=no])], DOLDA_PKG([HAS_LIBPURPLE], [PKG_CHECK_MODULES(PURPLE, purple, [], [HAS_LIBPURPLE=no])], [DOLDA_CHECK_HEADER(plugin.h, [], [HAS_LIBPURPLE=no], $PURPLE_CFLAGS)]) +# Daemon check +DOLDA_ENABLE(daemon, [ --enable-daemon Enable the daemon], yes, []) +AM_CONDITIONAL(DAEMON, test "$enable_daemon" = yes) + # Gtk GUI check DOLDA_ENABLE(gtk2ui, [ --enable-gtk2ui Enable the GTK2 user interface], yes, [HAS_GTK2 HAS_LIBXML]) @@ -260,6 +264,7 @@ autopackage/dcguile.apspec echo echo "Dolda Connect has been configured with the following settings:" echo +echo " Daemon: $enable_daemon" echo " PAM support: $pam_msg" echo " Kerberos 5 support: $krb_msg" echo " GTK2 user interface: $enable_gtk2ui"