(closes issue #12846)

Reported by: Netview
Tested by: jpeeler

Use correct location to search for tonezone.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@122613 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Jeff Peeler 18 years ago
parent e128c2a314
commit 20229139b5

4
configure vendored

@ -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"

@ -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"

Loading…
Cancel
Save