aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-04 22:59:02 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-04 22:59:02 +0000
commit08e703466f8ea169b11edd7a217f5be88024d5f3 (patch)
tree982f5b284048e9db6103eb50cbd6194ad19ce213 /configure.ac
parentec4d3f904f6b3ee3c1ffdbcee0a4ca91353b649a (diff)
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. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44411 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5cbe36160..ce9c0dec4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,8 @@ AC_REVISION($Revision$)
case "${host_os}" in
freebsd*)
ac_default_prefix=/usr/local
+ CPPFLAGS=-I/usr/local/include
+ LDFLAGS=-L/usr/local/lib
;;
*)
ac_default_prefix=/usr