mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Same for
--without-included-regex.
This commit is contained in:
parent
4440af47f7
commit
cc19a07082
6 changed files with 100 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue