diff options
| author | Werner Koch <[email protected]> | 2005-01-17 10:19:57 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2005-01-17 10:19:57 +0000 |
| commit | cc19a07082a8c1f623b224bae4c1238b8dc32500 (patch) | |
| tree | f8ee489e5cbf988e47fd7cd7448cbe46b5d8bb3a /configure.ac | |
| parent | Make --without-included-zlib work as (diff) | |
| download | gnupg-cc19a07082a8c1f623b224bae4c1238b8dc32500.tar.gz gnupg-cc19a07082a8c1f623b224bae4c1238b8dc32500.zip | |
Same for
--without-included-regex.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 38d0ff139..4b7056c91 100644 --- a/configure.ac +++ b/configure.ac @@ -1080,7 +1080,7 @@ if test "$use_regex" = yes ; then AC_MSG_CHECKING([whether the included regex lib is requested]) AC_ARG_WITH(included-regex, [ --with-included-regex use the included GNU regex library], - [gnupg_cv_included_regex=yes],[gnupg_cv_included_regex=no]) + [gnupg_cv_included_regex="$withval"],[gnupg_cv_included_regex=no]) AC_MSG_RESULT($gnupg_cv_included_regex) if test $gnupg_cv_included_regex = no ; then |
