Remove searching in $prefix for packages as requested in bug 6011 and bug 7926.

svn path=/trunk/; revision=48582
This commit is contained in:
Stig Bjørlykke 2013-03-27 09:44:34 +00:00
parent ab42847049
commit 3d07727dc8
1 changed files with 0 additions and 23 deletions

View File

@ -821,29 +821,6 @@ AC_SUBST(APPLICATIONSERVICES_FRAMEWORKS)
AC_SUBST(SYSTEMCONFIGURATION_FRAMEWORKS)
AC_SUBST(COREFOUNDATION_FRAMEWORKS)
#
# If using $prefix we add "$prefix/include" to the include search path
# and "$prefix/lib" to the library search path.
#
if test "x$prefix" != "x" ; then
AC_MSG_CHECKING(whether to use $prefix for headers and libraries)
if test -d $prefix/include ; then
AC_MSG_RESULT(yes)
#
# Arrange that we search for header files in "$prefix/include", as
# various packages we use may have been installed under "$prefix/include".
#
CPPFLAGS="$CPPFLAGS -I$prefix/include"
#
# Arrange that we search for libraries in "$prefix/lib".
#
AC_WIRESHARK_ADD_DASH_L(LDFLAGS, $prefix/lib)
else
AC_MSG_RESULT(no)
fi
fi
dnl Look in /usr/local for header files and libraries ?
dnl XXX FIXME don't include /usr/local if it is already in the system
dnl search path as this causes gcc 3.2 on Linux to complain about a change