summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-03-30 06:27:13 +0300
committerAndrei Karas <akaras@inbox.ru>2020-03-30 06:35:11 +0300
commitc0e51f774c8c3c0ee763e166fd4534624966edcf (patch)
tree53b2dc50319249b7f27a7f8275177d198516e1a9 /configure
parent7bd523fca9a4e86772e2c8b1a84377f64ea2d968 (diff)
downloadhercules-c0e51f774c8c3c0ee763e166fd4534624966edcf.tar.gz
hercules-c0e51f774c8c3c0ee763e166fd4534624966edcf.tar.bz2
hercules-c0e51f774c8c3c0ee763e166fd4534624966edcf.tar.xz
hercules-c0e51f774c8c3c0ee763e166fd4534624966edcf.zip
Enable libbacktrace by default only on Linux
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure25
1 files changed, 17 insertions, 8 deletions
diff --git a/configure b/configure
index 9d65cdeb8..e3a8cc99a 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac 4cda256c4.
+# From configure.ac 7c9af5bf8.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69.
#
@@ -3517,8 +3517,13 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host OS" >&5
+$as_echo_n "checking host OS... " >&6; }
+host_os="`uname`"
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $host_os" >&5
+$as_echo "$host_os" >&6; }
+
# Root-check
-host_is="`uname`"
case $host_os in
CYGWIN*)
;;
@@ -3812,7 +3817,16 @@ if test "${enable_libbacktrace+set}" = set; then :
esac
else
- enable_libbacktrace="no"
+
+ case $host_os in
+ Linux* )
+ enable_libbacktrace="yes"
+ ;;
+ *)
+ enable_libbacktrace="no"
+ ;;
+ esac
+
fi
@@ -9109,11 +9123,6 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
#
# Host specific stuff
#
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host OS" >&5
-$as_echo_n "checking host OS... " >&6; }
-host_os="`uname`"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $host_os" >&5
-$as_echo "$host_os" >&6; }
fd_setsize=""
DLLEXT=".so"
case $host_os in