summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2023-12-28 01:06:41 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2023-12-30 01:37:15 +0100
commit3ac33673869b6f1ae1a29a329e5fa5c100bdd562 (patch)
tree46760b0342aca7efac5d293cdf16ef47e3d814e2
parent37164597577f964851d0329110c96740e0035c4c (diff)
Don't use /usr/local/include
Systems that require this directory must specify it by means of the CPPFLAGS and LDFLAGS variables.
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 93747056..7317245f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,16 +143,6 @@ dnl -----------------------------------------------------------------
dnl
BASE_CUR_WORKING_DIR=`pwd`
-dnl --------------------------------------
-dnl Check whether to add /usr/local or not
-dnl (this is somewhat a religious problem)
-dnl --------------------------------------
-dnl
-if test "`$CPP -v < /dev/null 2>&1 | grep '/usr/local/include' 2>&1`" = ""; then
- CPPFLAGS="$CPPFLAGS -I/usr/local/include"
- LDFLAGS="$LDFLAGS -L/usr/local/lib"
-fi
-
dnl ------------------------------------
dnl Check for socket libs (AIX, Solaris)
dnl ------------------------------------