diff options
Diffstat (limited to 'configure.in.bot')
-rw-r--r-- | configure.in.bot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in.bot b/configure.in.bot index 4383af879..290343112 100644 --- a/configure.in.bot +++ b/configure.in.bot @@ -23,12 +23,12 @@ if test -z "$LIBART_CONFIG"; then all_tests=bad fi -if test -z "$LIBPCRE"; then +if test -z "$LIBPCRE2"; then echo "" - echo "You're missing libpcre." + echo "You're missing libpcre2." echo "Some web pages (using regular expressions in Javascript code) will not " - echo "work correctly, the regexp support being limited without libpcre. " - echo "If you plan to use Konqueror as a Web Browser, download libpcre from " + echo "work correctly, the regexp support being limited without libpcre2. " + echo "If you plan to use Konqueror as a Web Browser, download libpcre2 from " echo "http://www.pcre.org or find a binary package for your platform." echo "" all_tests=bad |