summaryrefslogtreecommitdiffstats
path: root/meta/packages/galago/files/no-check.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-11 10:34:12 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-11 10:34:12 +0000
commit5fc01adae4a49cfd0754e53962fd1e4913a6220f (patch)
tree59bbfafabc2e2041db7532e9a572ec55a41de98b /meta/packages/galago/files/no-check.patch
parent39debb79702766cc8b1fabf6415bda73235853d1 (diff)
downloadpoky-5fc01adae4a49cfd0754e53962fd1e4913a6220f.tar.gz
galago: updated to 0.5.x versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1477 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/galago/files/no-check.patch')
-rw-r--r--meta/packages/galago/files/no-check.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/packages/galago/files/no-check.patch b/meta/packages/galago/files/no-check.patch
deleted file mode 100644
index 89b0eafac7..0000000000
--- a/meta/packages/galago/files/no-check.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1--- /tmp/configure.ac 2005-09-08 21:38:49.316449440 +0200
2+++ libgalago-0.3.3/configure.ac 2005-09-08 21:39:32.697854464 +0200
3@@ -198,11 +198,8 @@
4 dnl #
5 dnl # Check for Check
6 dnl #
7-AM_PATH_CHECK(, [have_check="yes"],
8-[
9- AC_MSG_WARN([Check not found; cannot run some unit tests])
10 have_check="no"
11-])
12+
13
14 AM_CONDITIONAL(HAVE_CHECK, test "$have_check" = "yes")
15