blob: b637d81e9e603cf2bfba374275470037e6852b1a [file] [log] [blame]
Patrick Williams520786c2023-06-25 16:20:36 -05001Upstream-Status: Pending
2
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08003Index: git/configure.ac
4===================================================================
5--- git.orig/configure.ac
6+++ git/configure.ac
7@@ -42,18 +42,6 @@ case $host in
Patrick Williamsb48b7b42016-08-17 15:04:38 -05008 ;;
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 ################################################################