aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-06 11:29:03 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-06 11:29:03 -0800
commit02092f315e8ab7956395491fb8e2fe2235f2bd17 (patch)
tree1580943e32275daef0c0fff3ada57a109d50ffe1 /configure.ac
parent9ef9284a34aaf350392856481515c71a4421b8a6 (diff)
More work towards incorporating C++ build steps into Makefile.in and configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3391a852..4c06ee72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -159,7 +159,7 @@ AH_BOTTOM([#if __GNUC__ >= 3
# Set up various programs needed for install
#
-AC_PROG_CC([g++ cpp])
+AC_PROG_CXX([g++ c++])
AC_PROG_CPP
AC_PROG_INSTALL
@@ -268,6 +268,7 @@ if test "$GCC" = yes; then
# -Wall is there to keep me on my toes
#
+ # Some day...
CXXFLAGS="$CXXFLAGS -Wall"
#