blob: e6a26d11a5c287e4ab059b837226c2b2eff1f2fb [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Upstream-Status: Inappropriate [configuration]
2
3If check is detected, it makes the builds non-determinstic so just force
4it to be disabled.
5
6RP - 4/11/08
7
Brad Bishop316dfdd2018-06-25 12:45:53 -04008Index: parted-3.2/configure.ac
Patrick Williamsc124f4f2015-09-15 14:41:29 -05009===================================================================
Brad Bishop316dfdd2018-06-25 12:45:53 -040010--- parted-3.2.orig/configure.ac
11+++ parted-3.2/configure.ac
12@@ -555,7 +555,7 @@ AC_CHECK_HEADER([execinfo.h], [
13 AM_CONDITIONAL([COMPILE_FOR_S390], [test "$host_cpu" = s390 || test "$host_cpu" = s390x])
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014
15 dnl check for "check", unit testing library/header
16-PKG_CHECK_MODULES([CHECK], [check >= 0.9.3], have_check=yes, have_check=no)
17+have_check=no
18 if test "$have_check" != "yes"; then
19 AC_MSG_RESULT([Unable to locate check version 0.9.3 or higher: not building])
20 fi