summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2016-02-16 21:32:58 -0800
committerManoj Srivastava <srivasta@debian.org>2016-02-16 21:36:33 -0800
commit36c1f588910ed0d016a8691949ff4228e5019479 (patch)
tree79a60252800ff29f7fcf5e58f8ec2e45ebb9c7a5 /configure.ac
parentfc3bef615d90e17613dc8264d7bd99083f8d7de5 (diff)
Honour nockeck in DEB_BUILD_OPTIONS
Bug fix: "flex FTCBFS: runs tests even when DEB_BUILD_OPTIONS contains nocheck", thanks to Helmut Grohne. Added an AM_CONDITIONAL that tests DEB_BUILD_OPTIONS in configure.ac, and use that in tests/Makefile.am. Seems to work fine. (Closes: #812659). Signed-off-by: Manoj Srivastava <srivasta@debian.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4c519dc..ae2c0d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,6 +112,9 @@ AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_CHECK_FUNCS([dup2 isascii memset pow regcomp setlocale strchr strtol])
+# are we ignoring tests
+AM_CONDITIONAL([SKIP_TEST], [ "$(echo $DEB_BUILD_OPTIONS | grep nocheck)" ])
+
AC_CONFIG_FILES(
Makefile
doc/Makefile