X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=blobdiff_plain;f=configure.in;h=b7466ca9fee65ff3f04d6e21c5195a6ec62809fc;hp=daf5d05566fc8d128182a31137d90129832626ba;hb=dbdb91fa4abf642a9699b1381abf8bcbb05b202c;hpb=56c91062e3ba47c3519998b5afb35a2624db78bd diff --git a/configure.in b/configure.in index daf5d05..b7466ca 100644 --- a/configure.in +++ b/configure.in @@ -109,15 +109,6 @@ DOLDA_ENABLE(guishell, [ --enable-guishell Build the GUI shell programs], [HAS_GTK2]) AM_CONDITIONAL(GUISHELL, test "$enable_guishell" = yes) -# Gtk progress bar check -AH_TEMPLATE(ENABLE_GTK2PBAR, [define to compile GTK2 progress bars (experimental)]) -DOLDA_ENABLE(gtk2pbar, [ --enable-gtk2pbar Enable GTK2 progress bars (experimental)], no, - [HAS_GTK2 enable_gtk2ui]) -if test "$enable_gtk2pbar" = yes; then - experimental=yes - AC_DEFINE(ENABLE_GTK2PBAR) -fi - # Gnome applet check DOLDA_ENABLE(gnomeapplet, [ --enable-gnomeapplet Enable GNOME transfer applet (experimental)], no, [HAS_LIBPANELAPPLET]) @@ -294,7 +285,6 @@ echo " Daemon: $enable_daemon" echo " PAM support: $pam_msg" echo " Kerberos 5 support: $krb_msg" echo " GTK2 user interface: $enable_gtk2ui" -echo " GTK2 progress bars: $enable_gtk2pbar" echo " Dolconf configurator: $enable_dolconf" echo " GUI shell: $enable_guishell" echo " Guile extension library: $guile_msg"