From d479b69d289c1bddee20d16b9dc907da158a903f Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 4 Jun 2014 18:10:15 +0100 Subject: Support for CPP files in build system --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 114b513..8f5b39f 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,7 @@ AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_PROG_CC +AC_PROG_CXX AC_PROG_LIBTOOL AC_PROG_INSTALL AC_C_BIGENDIAN -- cgit v1.2.3