]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5051] Updated error message
authorFrancis Dupont <fdupont@isc.org>
Wed, 26 Oct 2016 14:07:02 +0000 (16:07 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 26 Oct 2016 14:07:02 +0000 (16:07 +0200)
configure.ac

index 3fd4e791cae4714323513e610b6439e427bf4fc1..9e7e2cfd6a275e12a5c88a8ca85d4e6b71192610 100644 (file)
@@ -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