blob: 73c6cb126aa66080327b05327448eb8b13f82295 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001Index: git/configure.ac
2===================================================================
3--- git.orig/configure.ac
4+++ git/configure.ac
5@@ -42,18 +42,6 @@ case $host in
Patrick Williamsb48b7b42016-08-17 15:04:38 -05006 ;;
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 ################################################################