From: Rafał Długołęcki Date: Sat, 29 Jun 2013 16:44:34 +0000 (+0200) Subject: Make c++ code buildable. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;ds=sidebyside;p=aho.git Make c++ code buildable. --- diff --git a/configure.ac b/configure.ac index 28fe204..86f5bcb 100644 --- a/configure.ac +++ b/configure.ac @@ -3,6 +3,7 @@ AC_PREREQ([2.59]) AM_INIT_AUTOMAKE([1.10 -Wall no-define]) AC_CONFIG_HEADERS([config.h]) AC_PROG_CC +AC_PROG_CXX AM_PROG_CC_C_O AC_CONFIG_FILES([Makefile]) AC_OUTPUT