summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-21 21:30:24 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-21 21:30:24 +0000
commit6dfc36b6397f020f34f0b38116b9f03a4f78e041 (patch)
tree3956f501f210d6e189034f8ce1bab5181986a22b /configure
parent55e03ad681a047b68318b847355807c3d7e7ddc1 (diff)
enable support for stack backtrace for stuff built in utils/
(this was present in the main tree but forgotten here). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89506 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 7f62553ae..deb772f2a 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 89472 .
+# From configure.ac Revision: 89475 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
@@ -34749,7 +34749,7 @@ if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lexecinfo ${pbxlibdir} -lexecinfo $LIBS"
+LIBS="-lexecinfo ${pbxlibdir} $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -34815,7 +34815,7 @@ fi
# now check for the header.
if test "${AST_BKTR_FOUND}" = "yes"; then
- BKTR_LIB="${pbxlibdir} -lexecinfo -lexecinfo"
+ BKTR_LIB="${pbxlibdir} -lexecinfo "
# if --with-BKTR=DIR has been specified, use it.
if test "x${BKTR_DIR}" != "x"; then
BKTR_INCLUDE="-I${BKTR_DIR}/include"