Update configure.ac

pull/1862/head
Gennadiy Civil 7 years ago committed by GitHub
parent 2ec9923ccb
commit 5a4e2b1580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      configure.ac

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

Loading…
Cancel
Save