[svn-commits] rizzo: trunk r44411 - /trunk/configure.ac

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Oct 4 15:59:03 MST 2006


Author: rizzo
Date: Wed Oct  4 17:59:02 2006
New Revision: 44411

URL: http://svn.digium.com/view/asterisk?rev=44411&view=rev
Log:
restore proper CPPFLAGS and LDFLAGS for FreeBSD,
until a better solution is found.

Please do not commit the regenerated "configure" file yet,
as there are some more simplifications to be applied to
configure.ac and acinclude.m4 in the next few days.

For the same reason, i am postponing the commit to the 1.4 branch
until the above changes are complete.


Modified:
    trunk/configure.ac

Modified: trunk/configure.ac
URL: http://svn.digium.com/view/asterisk/trunk/configure.ac?rev=44411&r1=44410&r2=44411&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Oct  4 17:59:02 2006
@@ -30,6 +30,8 @@
 case "${host_os}" in
      freebsd*)
      ac_default_prefix=/usr/local
+     CPPFLAGS=-I/usr/local/include
+     LDFLAGS=-L/usr/local/lib
      ;;
      *)
      ac_default_prefix=/usr



More information about the svn-commits mailing list