Update configure.ac
This commit is contained in:
parent
2ec9923ccb
commit
5a4e2b1580
@ -12,5 +12,8 @@ AC_CONFIG_SUBDIRS([googletest googlemock])
|
|||||||
|
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
|
# Check for C++11
|
||||||
|
AX_CXX_COMPILE_STDCXX_11(,mandatory)
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user