aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f8548b756..79ebbe8ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1358,7 +1358,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"