aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2011-04-25 19:20:11 +0000
committerRob Austein <sra@hactrn.net>2011-04-25 19:20:11 +0000
commit148f008c91627d2ed1a0f959e6589f2940fda1b7 (patch)
tree5771ee25b909a1309596adfa8dd930c225f65ad0 /configure
parent67007f9fbc049757190d6ce51a3f30256de0296c (diff)
Log what we are doing when fiddling with paths on FreeBSD
svn path=/configure; revision=3789
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index ea99a844..61a42059 100755
--- a/configure
+++ b/configure
@@ -2330,6 +2330,8 @@ if test "x${CFLAGS+set}" = "x" && test "x${LDFLAGS+set}" = "x"
then
case $host_os in
freebsd*)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Adding /usr/local to CFLAGS and LDFLAGS" >&5
+$as_echo "$as_me: Adding /usr/local to CFLAGS and LDFLAGS" >&6;}
CFLAGS="-I/usr/local/include"
LDFLAGS="-L/usr/local/lib"
;;