From d1763395954df7057fb3f2fa00fa23f71f0ffe0a Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Sun, 19 Jul 2009 23:17:46 +0200 Subject: [PATCH] Fixed bugs in the autoconf structure regarding enabling/disabling unfinished features. --- configure.in | 2 +- dsieve-config.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index f323269e6..208a1113a 100644 --- a/configure.in +++ b/configure.in @@ -62,7 +62,7 @@ AC_ARG_WITH(unfinished-features, else want_unfinished_features=yes fi, - want_enotify=no) + want_unfinished_features=no) AM_CONDITIONAL(BUILD_UNFINISHED, test "$want_unfinished_features" = "yes") if test "$want_unfinished_features" = "yes"; then diff --git a/dsieve-config.h.in b/dsieve-config.h.in index f65ccf5f7..82ca3b771 100644 --- a/dsieve-config.h.in +++ b/dsieve-config.h.in @@ -5,5 +5,5 @@ /* Define to the version of this Sieve implementation. */ #undef SIEVE_VERSION -/* Define to make Sieve enotify extension available to users. */ +/* Define to build Sieve unfinished features/extensions. */ #undef HAVE_SIEVE_UNFINISHED -- GitLab