dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
aho.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01a0456
)
Make c++ code buildable.
master
author
Rafał Długołęcki
<kontakt@dlugolecki.net.pl>
Sat, 29 Jun 2013 16:44:34 +0000
(18:44 +0200)
committer
Rafał Długołęcki
<kontakt@dlugolecki.net.pl>
Sat, 29 Jun 2013 16:44:34 +0000
(18:44 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 28fe204e55aa3a8c0e803123ca462501ff222b4a..86f5bcbe1fa7489ae8aa5d19b4852f8f2b581faf 100644
(file)
--- 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