changeset 234:5ee4d256b937

Support for CPP files in build system
author Jamie Bullock <jamie@jamiebullock.com>
date Wed, 04 Jun 2014 18:10:15 +0100
parents 6c04845f83dd
children 0a83469c6232
files configure.ac
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Jun 04 18:09:43 2014 +0100
+++ b/configure.ac	Wed Jun 04 18:10:15 2014 +0100
@@ -18,6 +18,7 @@
 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