[svn-commits] trunk r26046 - /trunk/configure

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue May 9 06:14:38 MST 2006


Author: russell
Date: Tue May  9 08:14:37 2006
New Revision: 26046

URL: http://svn.digium.com/view/asterisk?rev=26046&view=rev
Log:
add regenerated configure script

Modified:
    trunk/configure

Modified: trunk/configure
URL: http://svn.digium.com/view/asterisk/trunk/configure?rev=26046&r1=26045&r2=26046&view=diff
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue May  9 08:14:37 2006
@@ -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 @@
 _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*)
 



More information about the svn-commits mailing list