aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-24 17:14:11 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-24 17:14:11 +0000
commited7c384f32cec72579db006cb37af3394093bfd1 (patch)
tree040941de92dac1b8711b94b1657816622ddd2a65 /configure
parent8402e35130baf15e94bc634787b479c8a32ee319 (diff)
rebuild configure script to reflect last chan_h323 related changes.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52000 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure38
1 files changed, 31 insertions, 7 deletions
diff --git a/configure b/configure
index 86f65566d..7cba19fe7 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 51239 .
+# From configure.ac Revision: 50867 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61.
#
@@ -23875,7 +23875,11 @@ fi
fi
PWLIB_INCDIR="/usr/local/include"
- PWLIB_LIBDIR="/usr/local/lib"
+ if test "x$LIB64" != "x"; then
+ PWLIB_LIBDIR="/usr/local/lib64"
+ else
+ PWLIB_LIBDIR="/usr/local/lib"
+ fi
else
{ echo "$as_me:$LINENO: checking for /usr/include/ptlib.h" >&5
echo $ECHO_N "checking for /usr/include/ptlib.h... $ECHO_C" >&6; }
@@ -23940,7 +23944,11 @@ fi
PWLIB_INCDIR="/usr/include"
- PWLIB_LIBDIR="/usr/lib"
+ if test "x$LIB64" != "x"; then
+ PWLIB_LIBDIR="/usr/lib64"
+ else
+ PWLIB_LIBDIR="/usr/lib"
+ fi
fi
fi
fi
@@ -23965,12 +23973,20 @@ if test "${HAS_PWLIB:-unset}" != "unset" ; then
if test "x$PWLIBDIR" = "x/usr" -o "x$PWLIBDIR" = "x/usr/"; then
PWLIBDIR="/usr/share/pwlib"
PWLIB_INCDIR="/usr/include"
- PWLIB_LIBDIR="/usr/lib"
+ if test "x$LIB64" != "x"; then
+ PWLIB_LIBDIR="/usr/lib64"
+ else
+ PWLIB_LIBDIR="/usr/lib"
+ fi
fi
if test "x$PWLIBDIR" = "x/usr/local" -o "x$PWLIBDIR" = "x/usr/"; then
PWLIBDIR="/usr/local/share/pwlib"
PWLIB_INCDIR="/usr/local/include"
- PWLIB_LIBDIR="/usr/local/lib"
+ if test "x$LIB64" != "x"; then
+ PWLIB_LIBDIR="/usr/local/lib64"
+ else
+ PWLIB_LIBDIR="/usr/local/lib"
+ fi
fi
if test "${PWLIB_INCDIR:-unset}" = "unset"; then
@@ -24342,7 +24358,11 @@ fi
if test "${HAS_OPENH323:-unset}" != "unset" ; then
OPENH323DIR="/usr/local/share/openh323"
OPENH323_INCDIR="/usr/local/include/openh323"
- OPENH323_LIBDIR="/usr/local/lib"
+ if test "x$LIB64" != "x"; then
+ OPENH323_LIBDIR="/usr/local/lib64"
+ else
+ OPENH323_LIBDIR="/usr/local/lib"
+ fi
else
{ echo "$as_me:$LINENO: checking for /usr/include/openh323/h323.h" >&5
echo $ECHO_N "checking for /usr/include/openh323/h323.h... $ECHO_C" >&6; }
@@ -24368,7 +24388,11 @@ fi
if test "${HAS_OPENH323:-unset}" != "unset" ; then
OPENH323DIR="/usr/share/openh323"
OPENH323_INCDIR="/usr/include/openh323"
- OPENH323_LIBDIR="/usr/lib"
+ if test "x$LIB64" != "x"; then
+ OPENH323_LIBDIR="/usr/lib64"
+ else
+ OPENH323_LIBDIR="/usr/lib"
+ fi
fi
fi
fi