[svn-commits] jpeeler: branch 1.4 r122613 - in /branches/1.4: configure configure.ac

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jun 13 12:36:56 CDT 2008


Author: jpeeler
Date: Fri Jun 13 12:36:56 2008
New Revision: 122613

URL: http://svn.digium.com/view/asterisk?view=rev&rev=122613
Log:
(closes issue #12846)
Reported by: Netview
Tested by: jpeeler

Use correct location to search for tonezone.

Modified:
    branches/1.4/configure
    branches/1.4/configure.ac

Modified: branches/1.4/configure.ac
URL: http://svn.digium.com/view/asterisk/branches/1.4/configure.ac?view=diff&rev=122613&r1=122612&r2=122613
==============================================================================
--- branches/1.4/configure.ac (original)
+++ branches/1.4/configure.ac Fri Jun 13 12:36:56 2008
@@ -1358,7 +1358,7 @@
   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"




More information about the svn-commits mailing list