Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
172e704b
Commit
172e704b
authored
Dec 10, 2012
by
Jeremy C. Reed
Browse files
[master] set DISTCHECK_GTEST_CONFIGURE_FLAG for --with-gtest too
This is for trac #2481. Review via jabber.
parent
00554310
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
172e704b
...
@@ -903,11 +903,12 @@ AC_SUBST(MULTITHREADING_FLAG)
...
@@ -903,11 +903,12 @@ AC_SUBST(MULTITHREADING_FLAG)
#
#
GTEST_LDFLAGS=
GTEST_LDFLAGS=
GTEST_LDADD=
GTEST_LDADD=
# TODO: set DISTCHECK_GTEST_CONFIGURE_FLAG for --with-gtest too
DISTCHECK_GTEST_CONFIGURE_FLAG=
DISTCHECK_GTEST_CONFIGURE_FLAG=
if test "x$enable_gtest" = "xyes" ; then
if test "x$enable_gtest" = "xyes" ; then
DISTCHECK_GTEST_CONFIGURE_FLAG="--with-gtest=$gtest_path"
if test -n "$with_gtest_source" ; then
if test -n "$with_gtest_source" ; then
if test "x$GTEST_SOURCE" = "xyes" ; then
if test "x$GTEST_SOURCE" = "xyes" ; then
...
...
Write
Preview
Markdown
is supported
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