summaryrefslogtreecommitdiffstats
path: root/meta/packages/check/files/configure_fix.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-02 21:40:25 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-02 21:40:25 +0000
commit63c279ef55553c73e9ba1aa65ac1e054c2bc0e4c (patch)
treeef88f667080fd6390399e510a1952bc1e81de197 /meta/packages/check/files/configure_fix.patch
parent8a7ecd59c7f7507767e238b268ead536b961632a (diff)
downloadpoky-63c279ef55553c73e9ba1aa65ac1e054c2bc0e4c.tar.gz
Move check, policykit and xerces-c to meta-moblin
Diffstat (limited to 'meta/packages/check/files/configure_fix.patch')
-rw-r--r--meta/packages/check/files/configure_fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/packages/check/files/configure_fix.patch b/meta/packages/check/files/configure_fix.patch
deleted file mode 100644
index 3e79319d80..0000000000
--- a/meta/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