2004-11-23 [thorsten] 0.9.12cvs167
[claws.git] / configure.ac
index 415e0613ef51b8e6543be1b97e6513fb4bf802c1..79a6dbca15de47a6355c662f0fea834b2a63c963 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=12
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=120
+EXTRA_VERSION=167
 EXTRA_RELEASE=
 
 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
@@ -508,13 +508,10 @@ AC_ARG_ENABLE(pgpmime-plugin,
        [  --disable-pgpmime-plugin           Do not build PGP/MIME plugin],
        [ac_cv_enable_pgpmime_plugin=$enableval], [ac_cv_enable_pgpmime_plugin=yes])
 if test x"$ac_cv_enable_pgpmime_plugin" = xyes; then
-       echo $ac_cv_enable_gpgme
-       echo $ac_cv_enable_pgpmime_plugin
        if test x"$ac_cv_enable_gpgme" != xyes; then
                ac_cv_enable_pgpmime_plugin=no
        fi
 
-       echo $ac_cv_enable_pgpmime_plugin
        if test x"$ac_cv_enable_pgpmime_plugin" = xyes; then
                PLUGINS="pgpmime $PLUGINS"
        fi