projects
/
profile
/
ivi
/
gstreamer-vaapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f15f5f6
)
Add AM_PROG_CC_C_O, thus fixing this warning:
author
gb
<gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Tue, 16 Mar 2010 09:59:03 +0000
(09:59 +0000)
committer
gb
<gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Tue, 16 Mar 2010 09:59:03 +0000
(09:59 +0000)
tests/Makefile.am:16: compiling `test-display.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
e4651ef
..
0d72823
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-64,6
+64,7
@@
AC_SUBST(GST_MAJORMINOR)
dnl Check for tools
AC_PROG_CC
+AM_PROG_CC_C_O
AC_PROG_LIBTOOL
dnl Check for GLib