diff options
author | Rob Austein <sra@hactrn.net> | 2011-04-25 19:28:37 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-04-25 19:28:37 +0000 |
commit | f8cabfe66d12dbe4ecd146988b09102f3ab8d7e2 (patch) | |
tree | effc72bf3a6e286285b42b5f15c5aaca272a3ad2 | |
parent | 148f008c91627d2ed1a0f959e6589f2940fda1b7 (diff) |
Revert useless change
svn path=/configure; revision=3790
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 0 insertions, 3 deletions
@@ -2330,8 +2330,6 @@ 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 acc9dd33..30835d67 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,6 @@ 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" ;; |