Lines Matching refs:pcre2test
264 # Handle --enable-pcre2test-libedit
265 AC_ARG_ENABLE(pcre2test-libedit,
266 AS_HELP_STRING([--enable-pcre2test-libedit],
267 [link pcre2test with libedit]),
270 # Handle --enable-pcre2test-libreadline
271 AC_ARG_ENABLE(pcre2test-libreadline,
272 AS_HELP_STRING([--enable-pcre2test-libreadline],
273 [link pcre2test with libreadline]),
685 Define to any value to allow pcre2test to be linked with libedit.])
689 Define to any value to allow pcre2test to be linked with libreadline.])
874 # Similarly for --enable-pcre2test-readline
878 echo "** Cannot use both --enable-pcre2test-libedit and --enable-pcre2test-readline"
883 echo "** Cannot --enable-pcre2test-libedit because neither editline/readline.h"
888 echo "** Cannot --enable-pcre2test-libedit because libedit library was not found."
895 echo "** Cannot --enable-pcre2test-readline because readline/readline.h was not found."
899 echo "** Cannot --enable-pcre2test-readline because readline/history.h was not found."
903 echo "** Cannot --enable-pcre2test-readline because readline library was not found."
1036 Link pcre2test with libedit ........ : ${enable_pcre2test_libedit}
1037 Link pcre2test with libreadline .... : ${enable_pcre2test_libreadline}