mirror of
https://git.yoctoproject.org/poky
synced 2026-05-23 20:27:55 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
16 lines
370 B
Diff
16 lines
370 B
Diff
--- /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")
|
|
|