diff options
-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 ------------------------------------ |