summaryrefslogtreecommitdiffstats
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 71f2489..1ad50cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,5 +16,7 @@ if test "$STABLE" != "1"; then
fi
AC_PROG_CC
+AC_PROG_CXX
+
AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile])
AC_OUTPUT