Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Upstream-Status: Inappropriate [configuration] |
| 2 | |
| 3 | If check is detected, it makes the builds non-determinstic so just force |
| 4 | it to be disabled. |
| 5 | |
| 6 | RP - 4/11/08 |
| 7 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 8 | Index: parted-3.2/configure.ac |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 9 | =================================================================== |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 10 | --- 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 Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 14 | |
| 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 |