summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/check/files/configure_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-moblin/packages/check/files/configure_fix.patch')
-rw-r--r--meta-moblin/packages/check/files/configure_fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-moblin/packages/check/files/configure_fix.patch b/meta-moblin/packages/check/files/configure_fix.patch
deleted file mode 100644
index 3e79319d80..0000000000
--- a/meta-moblin/packages/check/files/configure_fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
1Index: check-0.9.5/configure.ac
2===================================================================
3--- check-0.9.5.orig/configure.ac 2008-10-29 04:09:50.000000000 +0000
4+++ check-0.9.5/configure.ac 2008-10-29 04:10:06.000000000 +0000
5@@ -71,6 +71,7 @@
6 AC_PROG_INSTALL
7 AC_PROG_LN_S
8 AC_PROG_LIBTOOL
9+AM_PROG_CC_C_O
10 if test -n "$GCC"; then
11 CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings"
12 fi