aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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"
;;