[Scummvm-cvs-logs] SF.net SVN: scummvm:[39522] scummvm/trunk/configure

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Mar 18 22:51:56 CET 2009


Revision: 39522
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39522&view=rev
Author:   fingolfin
Date:     2009-03-18 21:51:56 +0000 (Wed, 18 Mar 2009)

Log Message:
-----------
configure: We don't use tail anymore, so don't check for it; move (hq) scaler check from the middle to nowhere to a more appropriate spot

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2009-03-18 21:09:05 UTC (rev 39521)
+++ scummvm/trunk/configure	2009-03-18 21:51:56 UTC (rev 39522)
@@ -918,22 +918,9 @@
 
 #
 # Determine the compiler version
-
+#
 echocheck "compiler version"
 
-case $_host_os in
-	# On Solaris, use Unix-compliant tail
-	solaris*)
-		tail=/usr/xpg4/bin/tail
-		;;
-
-	# All other OSes: use the tail in PATH
-	*)
-		tail=tail
-		;;
-esac
-
-
 cxx_version=`( $CXX -dumpversion ) 2>&1`
 if test "$?" -gt 0; then
 	cxx_version="not found"
@@ -978,7 +965,6 @@
 #
 # Do CXXFLAGS now we know the compiler version
 #
-
 if test "$_cxx_major" -ge "3" ; then
 	case $_host_os in
 	mingw* | cygwin*)
@@ -1309,9 +1295,6 @@
 add_to_config_h_if_yes $_need_memalign '#define SCUMM_NEED_ALIGNMENT'
 
 
-add_to_config_mk_if_no $_build_hq_scalers   'DISABLE_HQ_SCALERS = 1'
-add_to_config_mk_if_no $_build_scalers      'DISABLE_SCALERS = 1'
-
 #
 # Check whether plugin support is requested and possible
 #
@@ -1412,6 +1395,12 @@
 add_to_config_mk_if_yes "$_mt32emu" 'USE_MT32EMU = 1'
 
 #
+# Check whether to enable the (hq) scalers
+#
+add_to_config_mk_if_no $_build_hq_scalers   'DISABLE_HQ_SCALERS = 1'
+add_to_config_mk_if_no $_build_scalers      'DISABLE_SCALERS = 1'
+
+#
 # Check for math lib
 #
 cat > $TMPC << EOF


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list