aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 61a42059..ea99a844 100755
--- a/configure
+++ b/configure
@@ -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"
;;