diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-08 19:53:56 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-08 19:53:56 +0000 |
commit | ad63e0b3a534374fbee737a4123328c5557e96de (patch) | |
tree | 7460a2677497465c66e904d702650212a6a28027 /packages/galago/files/no-check.patch | |
parent | 7edd6ce2f69444a2732f55ac8886bc4680c73e72 (diff) |
galaga no-check.patch: move to files, since it can be shared with galago-daemon
Diffstat (limited to 'packages/galago/files/no-check.patch')
-rw-r--r-- | packages/galago/files/no-check.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/galago/files/no-check.patch b/packages/galago/files/no-check.patch new file mode 100644 index 0000000000..89b0eafac7 --- /dev/null +++ b/packages/galago/files/no-check.patch @@ -0,0 +1,15 @@ +--- /tmp/configure.ac 2005-09-08 21:38:49.316449440 +0200 ++++ libgalago-0.3.3/configure.ac 2005-09-08 21:39:32.697854464 +0200 +@@ -198,11 +198,8 @@ + dnl # + dnl # Check for Check + dnl # +-AM_PATH_CHECK(, [have_check="yes"], +-[ +- AC_MSG_WARN([Check not found; cannot run some unit tests]) + have_check="no" +-]) ++ + + AM_CONDITIONAL(HAVE_CHECK, test "$have_check" = "yes") + |