aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-03 17:46:10 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-03 17:46:10 +0000
commit296afd488f4cd91fc3b5adb8a9682f9a9bdccbd0 (patch)
tree46aabb7867289dc623389063acfcc5ed7b1d10c9 /configure.ac
parent37c4cd900630f4bdf2a584030a8527a9c89dd7b8 (diff)
add proper environment vars to detect modules on freebsd.
(already applied to trunk so it needs to be blocked there) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47107 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 f1dfa1f88..7e48f916a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,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