mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
9e0a8f915f
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
429 B
Diff
13 lines
429 B
Diff
Index: check-0.9.5/configure.ac
|
|
===================================================================
|
|
--- check-0.9.5.orig/configure.ac 2008-10-29 04:09:50.000000000 +0000
|
|
+++ check-0.9.5/configure.ac 2008-10-29 04:10:06.000000000 +0000
|
|
@@ -71,6 +71,7 @@
|
|
AC_PROG_INSTALL
|
|
AC_PROG_LN_S
|
|
AC_PROG_LIBTOOL
|
|
+AM_PROG_CC_C_O
|
|
if test -n "$GCC"; then
|
|
CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings"
|
|
fi
|