summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <qris@users.noreply.github.com>2018-03-13 21:12:54 +0000
committerGitHub <noreply@github.com>2018-03-13 21:12:54 +0000
commit16a11e868c6280a64ec3f26f7537161dfa748d61 (patch)
tree28b9f1ac7afb1f062035ca4c6021325e4e0050c3 /configure.ac
parentf2223e6a6db1d8b282ab23a80fb34d7a89bb3a20 (diff)
parent82445a8e54abbcb37e41db532130dcb82088ac5d (diff)
Merge pull request #26 from boxbackup/fix_raidfile_i386
Fix raidfile tests on 32-bit Linux. A recent fix for Solaris (commit 81e9aa6545f7f19124c9f5e88982b867d8732965) broke support for 32-bit Linux (which wasn't spotted at the time, because we didn't have any 32-bit builders). Try a different approach: detect explicitly whether the `lseek` syscall takes a 64-bit integer offset, regardless of the size of `off_t` in user space. CMake: Add support for M4 CXX flag detection in CMakeLists. Reimplement autoconf tests for 64-bit lseek. Fix error in t-gdb when no debugger is detected. Thanks to Reinhard Tartler (our Debian package maintainer) for pointing out the error, and James O'Gorman for setting up i386 builders to ensure that it's fixed and cannot recur.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f9f481d5..58a04406 100644
--- a/configure.ac
+++ b/configure.ac
@@ -139,6 +139,7 @@ Large files: $box_cv_have_large_file_support
Berkeley DB: $ax_path_bdb_ok
Readline: $have_libreadline
Extended attributes: $ac_cv_header_sys_xattr_h
+Debugger: ${with_debugger:-neither GDB nor LLDB detected!}
EOC
cat > config.env <<EOC