aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-05 20:45:28 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-05 20:45:28 +0000
commitaad001ae11aa5f5850c98d25c1b009daccffa3a1 (patch)
treeac5d5aeef15a39726879ad3dd14ae826e180a4c8 /configure
parentfeafca5bb914d7694993e130c018d7a7310f2e3f (diff)
Regenerate configure from Qwell's last commit.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48281 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure27
1 files changed, 7 insertions, 20 deletions
diff --git a/configure b/configure
index 8e584f72d..4dde76d61 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 47758 .
+# From configure.ac Revision: 48279 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.60a.
#
@@ -31046,30 +31046,17 @@ fi
if test ! x"${CURL}" = xNo; then
# check for version
- if test "${host_os}" = "SunOS"; then
- if [ 0x`curl-config --vernum` -ge 0x70907 ]; then
- CURL_INCLUDE=$(${CURL} --cflags)
- CURL_LIB=$(${CURL} --libs)
- PBX_CURL=1
+ if test $(printf "%d" 0x$(curl-config --vernum)) -ge $(printf "%d" 0x070907); then
+ CURL_INCLUDE=$(${CURL} --cflags)
+ CURL_LIB=$(${CURL} --libs)
+ PBX_CURL=1
cat >>confdefs.h <<\_ACEOF
#define HAVE_CURL 1
_ACEOF
- fi
- else
- if [[ 0x`curl-config --vernum` -ge 0x70907 ]]; then
- CURL_INCLUDE=$(${CURL} --cflags)
- CURL_LIB=$(${CURL} --libs)
- PBX_CURL=1
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_CURL 1
-_ACEOF
-
- fi
- fi
- fi
+ fi
+ fi
fi
ac_config_files="$ac_config_files build_tools/menuselect-deps makeopts channels/h323/Makefile"