aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-09-25 20:32:11 -0700
committerGitHub <noreply@github.com>2018-09-25 20:32:11 -0700
commit12b97f3783f6173d285645206809e018ccc895a8 (patch)
tree4d8448f12ba4adfa69122bbc1b4de482c66cfc17
parent993f6d8960bf99214fc455030334361486525130 (diff)
downloadgoogletest-12b97f3783f6173d285645206809e018ccc895a8.tar.gz
googletest-12b97f3783f6173d285645206809e018ccc895a8.tar.bz2
googletest-12b97f3783f6173d285645206809e018ccc895a8.zip
Update configure.ac
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 24bcb860..02c637b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,10 +10,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_SUBDIRS([googletest googlemock])
-CXXCPP="g++ -E -std=gnu++11"
-
AM_INIT_AUTOMAKE
-
# Output the generated files. No further autoconf macros may be used.
AC_OUTPUT