Unverified Commit 5a4e2b15 authored by Gennadiy Civil's avatar Gennadiy Civil Committed by GitHub
Browse files

Update configure.ac

parent 2ec9923c
...@@ -12,5 +12,8 @@ AC_CONFIG_SUBDIRS([googletest googlemock]) ...@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment