aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-13 17:36:56 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-13 17:36:56 +0000
commit8efae88cf38d689acf68e18a81ff45f15841eb21 (patch)
tree3548819e8b0957e2986025dd7f6f8897a6b762e8 /configure
parent34ee3d526425d87b7494e771c85ca75e0f60789a (diff)
(closes issue #12846)
Reported by: Netview Tested by: jpeeler Use correct location to search for tonezone. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@122613 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8f3bce1a3..c992e24a5 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 121802 .
+# From configure.ac Revision: 122314 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for asterisk 1.4.
#
@@ -32918,7 +32918,7 @@ if test "${host_os}" != "linux-gnu" ; then
tonezone_extra="-lm"
fi
-if test "${USE_DAHDI}" != "no" ; then
+if test "${PBX_DAHDI}" = "1" || test "${USE_ZAPTEL}" = "no"; then
tonezone_dir="dahdi"
else
tonezone_dir="zaptel"