summaryrefslogtreecommitdiffstats
path: root/configure.in.bot
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-17 22:26:29 +0900
committerMichele Calgaro <[email protected]>2024-08-18 23:02:35 +0900
commit3ccc8ad970ccf6e4c5e2abef212af44e17eb0fca (patch)
treeca31ef78594141e9a4c66cbfaac42d9a69ab8033 /configure.in.bot
parent8b5a45212267b1730a3b59a32067ec088216c725 (diff)
downloadtdelibs-3ccc8ad970ccf6e4c5e2abef212af44e17eb0fca.tar.gz
tdelibs-3ccc8ad970ccf6e4c5e2abef212af44e17eb0fca.zip
kjs: use libpcre2 instead of libpcre
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 7740e825a683a9cc84f8422c94109c5fcc4beb8e)
Diffstat (limited to 'configure.in.bot')
-rw-r--r--configure.in.bot8
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