Add option for the Gaim plugin.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Fri, 4 Nov 2005 02:35:45 +0000 (02:35 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Fri, 4 Nov 2005 02:35:45 +0000 (02:35 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@449 959494ce-11ee-0310-bf91-de5d638817bd

configure.in

index aa07ecf..2af68d7 100644 (file)
@@ -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
@@ -159,6 +167,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
@@ -175,6 +184,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