[asterisk-commits] russell: trunk r89464 - in /trunk: configure configure.ac
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Nov 20 13:29:08 CST 2007
Author: russell
Date: Tue Nov 20 13:29:08 2007
New Revision: 89464
URL: http://svn.digium.com/view/asterisk?view=rev&rev=89464
Log:
i got a little carried away with commas ...
Modified:
trunk/configure
trunk/configure.ac
Modified: trunk/configure
URL: http://svn.digium.com/view/asterisk/trunk/configure?view=diff&rev=89464&r1=89463&r2=89464
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Nov 20 13:29:08 2007
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 89452 .
+# From configure.ac Revision: 89460 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
@@ -42185,7 +42185,7 @@
cat >>confdefs.h <<_ACEOF
-#define HAVE_TONEZONE_VERSION
+#define HAVE_TONEZONE_VERSION 140
_ACEOF
fi
@@ -42442,7 +42442,7 @@
cat >>confdefs.h <<_ACEOF
-#define HAVE_TONEZONE_VERSION
+#define HAVE_TONEZONE_VERSION 80
_ACEOF
fi
Modified: trunk/configure.ac
URL: http://svn.digium.com/view/asterisk/trunk/configure.ac?view=diff&rev=89464&r1=89463&r2=89464
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Nov 20 13:29:08 2007
@@ -1070,9 +1070,9 @@
fi
# new tonezone, version 1.4.0
-AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [zaptel/tonezone.h], [${tonezone_extra}], , [], [140])
+AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [zaptel/tonezone.h], [${tonezone_extra}], [], [140])
# other case, old tonezone (0.80)
-AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [zaptel/zaptel.h], [${tonezone_extra}], , [], [80])
+AST_EXT_LIB_CHECK([TONEZONE], [tonezone], [tone_zone_find], [zaptel/zaptel.h], [${tonezone_extra}], [], [80])
AST_EXT_LIB_CHECK([USB], [usb], [usb_init], [usb.h], [])
More information about the asterisk-commits
mailing list