Whoops, need a space after dnl to make it meaningful. :)
1.1 --- a/configure.in Thu May 11 23:37:13 2006 +0000
1.2 +++ b/configure.in Fri May 12 04:18:32 2006 +0000
1.3 @@ -74,15 +74,15 @@
1.4 EXTRA_CFLAGS="$INCLUDE $BASE_CFLAGS"
1.5 BUILD_LDFLAGS="$LDFLAGS"
1.6 EXTRA_LDFLAGS="$BASE_LDFLAGS"
1.7 -dnl I can't remember why I added this. I'm sure it'll come to me...
1.8 -dnlfor path in /usr/local; do
1.9 -dnl if test -d $path/include; then
1.10 -dnl EXTRA_CFLAGS="$EXTRA_CFLAGS -I$path/include"
1.11 -dnl fi
1.12 -dnl if test -d $path/lib; then
1.13 -dnl EXTRA_LDFLAGS="$EXTRA_LDFLAGS -L$path/lib"
1.14 -dnl fi
1.15 -dnldone
1.16 +# I can't remember why I added this. I'm sure it'll come to me...
1.17 +#for path in /usr/local; do
1.18 +# if test -d $path/include; then
1.19 +# EXTRA_CFLAGS="$EXTRA_CFLAGS -I$path/include"
1.20 +# fi
1.21 +# if test -d $path/lib; then
1.22 +# EXTRA_LDFLAGS="$EXTRA_LDFLAGS -L$path/lib"
1.23 +# fi
1.24 +#done
1.25 SDL_CFLAGS="$BASE_CFLAGS"
1.26 SDL_LIBS="-lSDL $BASE_LDFLAGS"
1.27 CPPFLAGS="$CPPFLAGS $EXTRA_CFLAGS"