comparison configure.in @ 1823:d2b0f8b18ab8

Whoops, need a space after dnl to make it meaningful. :)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 12 May 2006 04:18:32 +0000
parents 77656185d662
children f255c6bee184
comparison
equal deleted inserted replaced
1822:77656185d662 1823:d2b0f8b18ab8
72 esac 72 esac
73 BUILD_CFLAGS="$CFLAGS $CPPFLAGS" 73 BUILD_CFLAGS="$CFLAGS $CPPFLAGS"
74 EXTRA_CFLAGS="$INCLUDE $BASE_CFLAGS" 74 EXTRA_CFLAGS="$INCLUDE $BASE_CFLAGS"
75 BUILD_LDFLAGS="$LDFLAGS" 75 BUILD_LDFLAGS="$LDFLAGS"
76 EXTRA_LDFLAGS="$BASE_LDFLAGS" 76 EXTRA_LDFLAGS="$BASE_LDFLAGS"
77 dnl I can't remember why I added this. I'm sure it'll come to me... 77 # I can't remember why I added this. I'm sure it'll come to me...
78 dnlfor path in /usr/local; do 78 #for path in /usr/local; do
79 dnl if test -d $path/include; then 79 # if test -d $path/include; then
80 dnl EXTRA_CFLAGS="$EXTRA_CFLAGS -I$path/include" 80 # EXTRA_CFLAGS="$EXTRA_CFLAGS -I$path/include"
81 dnl fi 81 # fi
82 dnl if test -d $path/lib; then 82 # if test -d $path/lib; then
83 dnl EXTRA_LDFLAGS="$EXTRA_LDFLAGS -L$path/lib" 83 # EXTRA_LDFLAGS="$EXTRA_LDFLAGS -L$path/lib"
84 dnl fi 84 # fi
85 dnldone 85 #done
86 SDL_CFLAGS="$BASE_CFLAGS" 86 SDL_CFLAGS="$BASE_CFLAGS"
87 SDL_LIBS="-lSDL $BASE_LDFLAGS" 87 SDL_LIBS="-lSDL $BASE_LDFLAGS"
88 CPPFLAGS="$CPPFLAGS $EXTRA_CFLAGS" 88 CPPFLAGS="$CPPFLAGS $EXTRA_CFLAGS"
89 CFLAGS="$CFLAGS $EXTRA_CFLAGS" 89 CFLAGS="$CFLAGS $EXTRA_CFLAGS"
90 LDFLAGS="$LDFLAGS $EXTRA_LDFLAGS" 90 LDFLAGS="$LDFLAGS $EXTRA_LDFLAGS"