From 148f008c91627d2ed1a0f959e6589f2940fda1b7 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 25 Apr 2011 19:20:11 +0000 Subject: Log what we are doing when fiddling with paths on FreeBSD svn path=/configure; revision=3789 --- configure | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) 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" ;; diff --git a/configure.ac b/configure.ac index 30835d67..acc9dd33 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,7 @@ if test "x${CFLAGS+set}" = "x" && test "x${LDFLAGS+set}" = "x" then case $host_os in freebsd*) + AC_MSG_NOTICE([Adding /usr/local to CFLAGS and LDFLAGS]) CFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ;; -- cgit v1.2.3