Skip to content
GitLab
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
72961fc6
Commit
72961fc6
authored
Nov 21, 2016
by
Francis Dupont
Browse files
[5057] Added --with-gtest-source googletest directory helper
parent
8d3603d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
72961fc6
...
@@ -1212,6 +1212,9 @@ if test "x$enable_gtest" = "xyes" ; then
...
@@ -1212,6 +1212,9 @@ if test "x$enable_gtest" = "xyes" ; then
AC_MSG_ERROR([no gtest source but it was selected])
AC_MSG_ERROR([no gtest source but it was selected])
fi
fi
else
else
if test ! -d $GTEST_SOURCE/src -a -d $GTEST_SOURCE/googletest; then
GTEST_SOURCE=$GTEST_SOURCE/googletest
fi
AC_CHECK_FILES([$GTEST_SOURCE/src/gtest-all.cc]
AC_CHECK_FILES([$GTEST_SOURCE/src/gtest-all.cc]
[$GTEST_SOURCE/src/gtest_main.cc],
[$GTEST_SOURCE/src/gtest_main.cc],
[have_gtest_source=yes],
[have_gtest_source=yes],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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