Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | Index: git/configure.ac |
| 2 | =================================================================== |
| 3 | --- git.orig/configure.ac |
| 4 | +++ git/configure.ac |
| 5 | @@ -42,18 +42,6 @@ case $host in |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 | ################################################################ |