From: Francis Dupont Date: Wed, 26 Oct 2016 14:07:02 +0000 (+0200) Subject: [5051] Updated error message X-Git-Tag: trac5060_base~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1eabf4686841d55d10422f68ea8e55ff8f68b90;p=thirdparty%2Fkea.git [5051] Updated error message --- diff --git a/configure.ac b/configure.ac index 3fd4e791ca..9e7e2cfd6a 100644 --- a/configure.ac +++ b/configure.ac @@ -1278,7 +1278,7 @@ if test $enable_gtest != "no"; then }], [return 0;])], [AC_MSG_RESULT(yes)], - [AC_MSG_ERROR([XXX_TRUE() Gtest macros won't compile: please use a different version of Gtest, e.g., git one])]) + [AC_MSG_ERROR([XXX_TRUE() Google Test macros won't compile; the most likely reason is that a later version of Google Test is required])]) CPPFLAGS=$CPPFLAGS_SAVED fi