forked from pool/parted
17 lines
779 B
Plaintext
17 lines
779 B
Plaintext
Index: configure.ac
|
|
===================================================================
|
|
--- configure.ac.orig 2009-07-23 19:52:08.000000000 +0200
|
|
+++ configure.ac 2009-07-30 16:27:26.000000000 +0200
|
|
@@ -476,11 +476,6 @@ AC_CHECK_HEADER([execinfo.h], [
|
|
AM_CONDITIONAL([COMPILE_FOR_S390], [test "$host_cpu" = s390 || test "$host_cpu" = s390x])
|
|
AM_CONDITIONAL([BUILD_LINUX], [test "$OS" = linux])
|
|
|
|
-dnl check for "check", unit testing library/header
|
|
-PKG_CHECK_MODULES([CHECK], [check >= 0.9.3], have_check=yes, have_check=no)
|
|
-if test "$have_check" != "yes"; then
|
|
- AC_MSG_RESULT([Unable to locate check version 0.9.3 or higher: not building])
|
|
-fi
|
|
AM_CONDITIONAL([HAVE_CHECK], [test "$have_check" = yes])
|
|
|
|
dnl Checks for typedefs, structures and compiler characteristics.
|