Home | History | Annotate | Download | only in dist

Lines Matching full:pcretest

254 # Handle --enable-pcretest-libedit
255 AC_ARG_ENABLE(pcretest-libedit,
256 AS_HELP_STRING([--enable-pcretest-libedit],
257 [link pcretest with libedit]),
260 # Handle --enable-pcretest-libreadline
261 AC_ARG_ENABLE(pcretest-libreadline,
262 AS_HELP_STRING([--enable-pcretest-libreadline],
263 [link pcretest with libreadline]),
763 Define to any value to allow pcretest to be linked with libedit.])
767 Define to any value to allow pcretest to be linked with libreadline.])
947 # Similarly for --enable-pcretest-readline
951 echo "** Cannot use both --enable-pcretest-libedit and --enable-pcretest-readline"
956 echo "** Cannot --enable-pcretest-libedit because neither editline/readline.h"
961 echo "** Cannot --enable-pcretest-libedit because libedit library was not found."
968 echo "** Cannot --enable-pcretest-readline because readline/readline.h was not found."
972 echo "** Cannot --enable-pcretest-readline because readline/history.h was not found."
976 echo "** Cannot --enable-pcretest-readline because readline library was not found."
1104 Link pcretest with libedit ...... : ${enable_pcretest_libedit}
1105 Link pcretest with libreadline .. : ${enable_pcretest_libreadline}