diff options
author | Rob Austein <sra@hactrn.net> | 2011-04-25 19:20:11 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-04-25 19:20:11 +0000 |
commit | 148f008c91627d2ed1a0f959e6589f2940fda1b7 (patch) | |
tree | 5771ee25b909a1309596adfa8dd930c225f65ad0 /configure | |
parent | 67007f9fbc049757190d6ce51a3f30256de0296c (diff) |
Log what we are doing when fiddling with paths on FreeBSD
svn path=/configure; revision=3789
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" ;; |