Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
c1eabf46
Commit
c1eabf46
authored
Oct 26, 2016
by
Francis Dupont
Browse files
[5051] Updated error message
parent
c37654b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
c1eabf46
...
...
@@ -1278,7 +1278,7 @@ if test $enable_gtest != "no"; then
}],
[return 0;])],
[AC_MSG_RESULT(yes)],
[AC_MSG_ERROR([XXX_TRUE() G
t
est macros won't compile
: please use a different version of Gtest, e.g., git one
])])
[AC_MSG_ERROR([XXX_TRUE() G
oogle T
est macros won't compile
; the most likely reason is that a later version of Google Test is required
])])
CPPFLAGS=$CPPFLAGS_SAVED
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment