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