aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7ecd03e0..f40edcbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,8 @@ AC_CONFIG_SUBDIRS([googletest googlemock])
AM_INIT_AUTOMAKE
# Check for C++11
+AC_CONFIG_MACRO_DIR([m4])
+AC_PROG_CXX
AX_CXX_COMPILE_STDCXX_11()
# Output the generated files. No further autoconf macros may be used.