Revision: 1731
http://vcs.pcre.org/viewvc?view=rev&revision=1731
Author: ph10
Date: 2018-03-19 16:18:19 +0000 (Mon, 19 Mar 2018)
Log Message:
-----------
Fix misleading error message.
Modified Paths:
--------------
code/trunk/ChangeLog
code/trunk/configure.ac
Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog 2018-03-19 08:23:03 UTC (rev 1730)
+++ code/trunk/ChangeLog 2018-03-19 16:18:19 UTC (rev 1731)
@@ -53,7 +53,9 @@
7. Added --enable-jit=auto support to configure.ac.
+8. Fix misleading error message in configure.ac.
+
Version 8.41 05-July-2017
-------------------------
Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac 2018-03-19 08:23:03 UTC (rev 1730)
+++ code/trunk/configure.ac 2018-03-19 16:18:19 UTC (rev 1731)
@@ -481,7 +481,7 @@
pcre_have_bits_type_traits="0"
if test "x$enable_cpp" = "xyes" -a -z "$CXX"; then
- AC_MSG_ERROR([You need a C++ compiler for C++ support.])
+ AC_MSG_ERROR([Invalid C++ compiler or C++ compiler flags])
fi
if test "x$enable_cpp" = "xyes" -a -n "$CXX"