mirror of
https://github.com/joel16/SDL2.git
synced 2024-12-02 16:26:28 +00:00
Whoops, need a space after dnl to make it meaningful. :)
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401784
This commit is contained in:
parent
dc8db021be
commit
9e91188591
18
configure.in
18
configure.in
@ -74,15 +74,15 @@ BUILD_CFLAGS="$CFLAGS $CPPFLAGS"
|
||||
EXTRA_CFLAGS="$INCLUDE $BASE_CFLAGS"
|
||||
BUILD_LDFLAGS="$LDFLAGS"
|
||||
EXTRA_LDFLAGS="$BASE_LDFLAGS"
|
||||
dnl I can't remember why I added this. I'm sure it'll come to me...
|
||||
dnlfor path in /usr/local; do
|
||||
dnl if test -d $path/include; then
|
||||
dnl EXTRA_CFLAGS="$EXTRA_CFLAGS -I$path/include"
|
||||
dnl fi
|
||||
dnl if test -d $path/lib; then
|
||||
dnl EXTRA_LDFLAGS="$EXTRA_LDFLAGS -L$path/lib"
|
||||
dnl fi
|
||||
dnldone
|
||||
# I can't remember why I added this. I'm sure it'll come to me...
|
||||
#for path in /usr/local; do
|
||||
# if test -d $path/include; then
|
||||
# EXTRA_CFLAGS="$EXTRA_CFLAGS -I$path/include"
|
||||
# fi
|
||||
# if test -d $path/lib; then
|
||||
# EXTRA_LDFLAGS="$EXTRA_LDFLAGS -L$path/lib"
|
||||
# fi
|
||||
#done
|
||||
SDL_CFLAGS="$BASE_CFLAGS"
|
||||
SDL_LIBS="-lSDL $BASE_LDFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $EXTRA_CFLAGS"
|
||||
|
Loading…
Reference in New Issue
Block a user