Lines Matching refs:pcre2test
298 # Handle --enable-pcre2test-libedit
299 AC_ARG_ENABLE(pcre2test-libedit,
300 AS_HELP_STRING([--enable-pcre2test-libedit],
301 [link pcre2test with libedit]),
304 # Handle --enable-pcre2test-libreadline
305 AC_ARG_ENABLE(pcre2test-libreadline,
306 AS_HELP_STRING([--enable-pcre2test-libreadline],
307 [link pcre2test with libreadline]),
736 Define to any value to allow pcre2test to be linked with libedit.])
740 Define to any value to allow pcre2test to be linked with libreadline.])
925 # Similarly for --enable-pcre2test-readline
929 echo "** Cannot use both --enable-pcre2test-libedit and --enable-pcre2test-readline"
934 echo "** Cannot --enable-pcre2test-libedit because neither editline/readline.h"
939 echo "** Cannot --enable-pcre2test-libedit because libedit library was not found."
946 echo "** Cannot --enable-pcre2test-readline because readline/readline.h was not found."
950 echo "** Cannot --enable-pcre2test-readline because readline/history.h was not found."
954 echo "** Cannot --enable-pcre2test-readline because readline library was not found."
1108 Link pcre2test with libedit ........ : ${enable_pcre2test_libedit}
1109 Link pcre2test with libreadline .... : ${enable_pcre2test_libreadline}