aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/configure.ac
diff options
context:
space:
mode:
authorTanzinul Islam <tanzislam@users.noreply.github.com>2018-03-05 02:25:59 +0000
committerGitHub <noreply@github.com>2018-03-05 02:25:59 +0000
commita7a7f51d355081a7f1e8ab295d5df5f9bb4612c8 (patch)
treec6f8f6067f957eb6d49656278f79c93353bb039c /googlemock/configure.ac
parent4ba3803f936a2f432e60841bc9358ea2f3a951eb (diff)
parent6c73adfc03e277f55cb1e4947b3a5e6c5ff4fe46 (diff)
downloadgoogletest-a7a7f51d355081a7f1e8ab295d5df5f9bb4612c8.tar.gz
googletest-a7a7f51d355081a7f1e8ab295d5df5f9bb4612c8.tar.bz2
googletest-a7a7f51d355081a7f1e8ab295d5df5f9bb4612c8.zip
Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116
Diffstat (limited to 'googlemock/configure.ac')
-rw-r--r--googlemock/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/configure.ac b/googlemock/configure.ac
index c23ed455..cb5e1a6a 100644
--- a/googlemock/configure.ac
+++ b/googlemock/configure.ac
@@ -129,7 +129,7 @@ AS_IF([test "x${HAVE_BUILT_GTEST}" = "xyes"],
GTEST_LDFLAGS=`${GTEST_CONFIG} --ldflags`
GTEST_LIBS=`${GTEST_CONFIG} --libs`
GTEST_VERSION=`${GTEST_CONFIG} --version`],
- [AC_CONFIG_SUBDIRS([../googletest])
+ [
# GTEST_CONFIG needs to be executable both in a Makefile environment and
# in a shell script environment, so resolve an absolute path for it here.
GTEST_CONFIG="`pwd -P`/../googletest/scripts/gtest-config"