Cleaned up some missed PNG references. Thanx for killing the dependency. =)

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1144 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
azaballa 2006-11-09 07:58:39 +00:00
parent 14e7818fdf
commit 12d9de32cc
1 changed files with 3 additions and 10 deletions

9
stella/configure vendored
View File

@ -593,7 +593,7 @@ else
;; ;;
os2*) os2*)
DEFINES="$DEFINES -DUNIX -DOS2" DEFINES="$DEFINES -DUNIX -DOS2"
LIBS="$LIBS -lpng -lz" LIBS="$LIBS -lz"
_host_os=unix _host_os=unix
;; ;;
# given this is a shell script assume some type of unix # given this is a shell script assume some type of unix
@ -856,14 +856,7 @@ case $_host_os in
CXXFLAGS="-O2 -finline-functions -mtune=arm940t" CXXFLAGS="-O2 -finline-functions -mtune=arm940t"
DEFINES="$DEFINES -DBSPF_GP2X -DGP2X -DHAVE_GETTIMEOFDAY -DHAVE_INTTYPES" DEFINES="$DEFINES -DBSPF_GP2X -DGP2X -DHAVE_GETTIMEOFDAY -DHAVE_INTTYPES"
MODULES="$MODULES $SRC/gp2x" MODULES="$MODULES $SRC/gp2x"
#If PNG_CFLAGS is specified, include it.
#This saves the user a step of having to specify CXXFLAGS beforehand.
if [ -n $PNG_CFLAGS ]; then
INCLUDES="$INCLUDES $PNG_CFLAGS -I$SRC/gp2x"
else
INCLUDES="$INCLUDES -I$SRC/gp2x" INCLUDES="$INCLUDES -I$SRC/gp2x"
fi
_ranlib="arm-linux-ranlib" _ranlib="arm-linux-ranlib"
_ar="arm-linux-ar cru" _ar="arm-linux-ar cru"