aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2014-06-04 18:10:15 +0100
committerJamie Bullock <jamie@jamiebullock.com>2014-06-04 18:10:59 +0100
commitd479b69d289c1bddee20d16b9dc907da158a903f (patch)
tree4a581b091ea35dee06f442bbed032a115a0ecbc2 /configure.ac
parent8d6a75dddfedb54db4f70a3600013530df2acda1 (diff)
downloadLibXtract-d479b69d289c1bddee20d16b9dc907da158a903f.tar.gz
LibXtract-d479b69d289c1bddee20d16b9dc907da158a903f.tar.bz2
LibXtract-d479b69d289c1bddee20d16b9dc907da158a903f.zip
Support for CPP files in build system
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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