blob: 3a4c4f4c2c14eb34e3378de77a5e7182c89c7975 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001--- a/configure.ac 2014-08-22 12:22:54.290884351 +0200
2+++ b/configure.ac 2014-08-22 12:23:15.822306295 +0200
3@@ -42,18 +42,6 @@
4 ;;
5 esac
6
7-
8-# Bring additional directories where things might be found into our
9-# search path. I don't know why autoconf doesn't do this by default
10-if test x"${mingw}" == "xno" ; then
11- for spfx in /usr/local /opt/local /sw ; do
12- echo checking ${spfx}/include
13- if test -d ${spfx}/include; then
14- CPPFLAGS="-I${spfx}/include $CPPFLAGS"
15- LDFLAGS="-L${spfx}/lib $LDFLAGS"
16- fi
17- done
18-fi
19 #
20 #
21 ################################################################
22@@ -71,7 +59,7 @@
23
24 if test $mingw = "no" ; then
25 # add the warnings we don't want to do on mingw
26- $WARNINGS_TO_TEST="$WARNINGS_TO_TEST -Wall -Wstrict-prototypes -Weffc++"
27+ WARNINGS_TO_TEST="$WARNINGS_TO_TEST -Wall -Wstrict-prototypes -Weffc++"
28 fi
29
30 for option in $WARNINGS_TO_TEST
31@@ -105,7 +93,7 @@
32
33 if test $mingw = "no" ; then
34 # add the warnings we don't want to do on mingw
35- $WARNINGS_TO_TEST="$WARNINGS_TO_TEST -Weffc++"
36+ WARNINGS_TO_TEST="$WARNINGS_TO_TEST -Weffc++"
37 fi
38
39 for option in $WARNINGS_TO_TEST