summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-05-09 13:14:37 +0000
committerRussell Bryant <russell@russellbryant.com>2006-05-09 13:14:37 +0000
commit5ae294278903e395afa234ea6214c5572cb95c11 (patch)
treef80dcd2715e558a2a594e5f68051f02e3b73d10a /configure
parent92b7543a8e85dc1cf52bbc6bade2f37e347db3c9 (diff)
add regenerated configure script
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26046 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 9 insertions, 1 deletions
diff --git a/configure b/configure
index 417977320..bb174d764 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Revision: 25611 .
+# From configure.ac Revision: 26020 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
@@ -1631,6 +1631,14 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
PBX_OSTYPE="FreeBSD"
+ # XXX temporary hack to let FreeBSD use the default paths
+ # for local stuff. We need a better solution.
+ if test x"${CPPFLAGS}" = x; then
+ CPPFLAGS="-I /usr/local/include"
+ fi
+ if test x"${LDFLAGS}" = x; then
+ LDFLAGS="-L /usr/local/lib"
+ fi
;;
*openbsd*)