Skip to content
Snippets Groups Projects
Commit 2626c511 authored by Russell Bryant's avatar Russell Bryant
Browse files

i got a little carried away with commas ...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89464 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 4d522da4
Branches
Tags
No related merge requests found
#! /bin/sh #! /bin/sh
# From configure.ac Revision: 89452 . # From configure.ac Revision: 89460 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61. # Generated by GNU Autoconf 2.61.
# #
...@@ -42185,7 +42185,7 @@ _ACEOF ...@@ -42185,7 +42185,7 @@ _ACEOF
   
   
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define HAVE_TONEZONE_VERSION #define HAVE_TONEZONE_VERSION 140
_ACEOF _ACEOF
   
fi fi
...@@ -42442,7 +42442,7 @@ _ACEOF ...@@ -42442,7 +42442,7 @@ _ACEOF
   
   
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define HAVE_TONEZONE_VERSION #define HAVE_TONEZONE_VERSION 80
_ACEOF _ACEOF
   
fi fi
...@@ -1070,9 +1070,9 @@ if test "${host_os}" != "linux-gnu" ; then ...@@ -1070,9 +1070,9 @@ if test "${host_os}" != "linux-gnu" ; then
fi fi
# new tonezone, version 1.4.0 # 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) # 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], []) AST_EXT_LIB_CHECK([USB], [usb], [usb_init], [usb.h], [])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment