diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 3 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" ;; 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" ;; |