projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bec1ed
)
configure.ac: add AM_PROG_CC_O
author
Paul Brossier
<piem@piem.org>
Tue, 23 Oct 2007 10:45:13 +0000
(12:45 +0200)
committer
Paul Brossier
<piem@piem.org>
Tue, 23 Oct 2007 10:45:13 +0000
(12:45 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
8372240
..
1d0ab91
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-24,6
+24,7
@@
AC_CANONICAL_HOST
dnl Check for programs
AC_PROG_CC
+AM_PROG_CC_C_O dnl compiling with per-target flag
if test "$ac_cv_prog_cc" = "no" ; then
AC_MSG_ERROR([*** No C compiler found !])
fi