From 12d9de32ccc9305654d9fee70a82cb78594ba28e Mon Sep 17 00:00:00 2001 From: azaballa Date: Thu, 9 Nov 2006 07:58:39 +0000 Subject: [PATCH] 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 --- stella/configure | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/stella/configure b/stella/configure index 36dd0f59f..62d04f7bf 100755 --- a/stella/configure +++ b/stella/configure @@ -593,7 +593,7 @@ else ;; os2*) DEFINES="$DEFINES -DUNIX -DOS2" - LIBS="$LIBS -lpng -lz" + LIBS="$LIBS -lz" _host_os=unix ;; # given this is a shell script assume some type of unix @@ -856,15 +856,8 @@ case $_host_os in CXXFLAGS="-O2 -finline-functions -mtune=arm940t" DEFINES="$DEFINES -DBSPF_GP2X -DGP2X -DHAVE_GETTIMEOFDAY -DHAVE_INTTYPES" 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" - fi - + INCLUDES="$INCLUDES -I$SRC/gp2x" + _ranlib="arm-linux-ranlib" _ar="arm-linux-ar cru"