diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/galago/files | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/galago/files')
-rw-r--r-- | meta/packages/galago/files/no-check.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/galago/files/no-check.patch b/meta/packages/galago/files/no-check.patch new file mode 100644 index 0000000000..89b0eafac7 --- /dev/null +++ b/meta/packages/galago/files/no-check.patch | |||
@@ -0,0 +1,15 @@ | |||
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 | |||