Update configure.ac

This commit is contained in:
Gennadiy Civil 2018-09-25 16:35:47 -07:00 committed by GitHub
parent 872728a678
commit c226a780f8

View File

@ -13,7 +13,7 @@ AC_CONFIG_SUBDIRS([googletest googlemock])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
# Check for C++11 # Check for C++11
AX_CXX_COMPILE_STDCXX_11(,mandatory) AX_CXX_COMPILE_STDCXX_11()
# Output the generated files. No further autoconf macros may be used. # Output the generated files. No further autoconf macros may be used.
AC_OUTPUT AC_OUTPUT