2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[5051] Updated error message

This commit is contained in:
Francis Dupont 2016-10-26 16:07:02 +02:00
parent c37654b677
commit c1eabf4686

View File

@ -1278,7 +1278,7 @@ if test $enable_gtest != "no"; then
}], }],
[return 0;])], [return 0;])],
[AC_MSG_RESULT(yes)], [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 CPPFLAGS=$CPPFLAGS_SAVED
fi fi