1Upstream-Status: Pending
2
3Index: git/configure.ac
4===================================================================
5--- git.orig/configure.ac
6+++ git/configure.ac
7@@ -42,18 +42,6 @@ case $host in
8      ;;
9 esac
10
11-
12-# Bring additional directories where things might be found into our
13-# search path. I don't know why autoconf doesn't do this by default
14-if test x"${mingw}" == "xno" ; then
15-  for spfx in /usr/local /opt/local /sw ; do
16-    echo checking ${spfx}/include
17-    if test -d ${spfx}/include; then
18-        CPPFLAGS="-I${spfx}/include $CPPFLAGS"
19-        LDFLAGS="-L${spfx}/lib $LDFLAGS"
20-    fi
21-  done
22-fi
23 #
24 #
25 ################################################################
26