diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2023-12-28 01:06:41 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2023-12-30 01:37:15 +0100 |
commit | 3ac33673869b6f1ae1a29a329e5fa5c100bdd562 (patch) | |
tree | 46760b0342aca7efac5d293cdf16ef47e3d814e2 | |
parent | 37164597577f964851d0329110c96740e0035c4c (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.ac | 10 |
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 ------------------------------------ |