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

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Tue Jul 20 12:00:19 CEST 2010


Revision: 51057
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51057&view=rev
Author:   wjpalenstijn
Date:     2010-07-20 10:00:18 +0000 (Tue, 20 Jul 2010)

Log Message:
-----------
BUILD: Fix fallback readline detection

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

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-07-20 08:56:53 UTC (rev 51056)
+++ scummvm/trunk/configure	2010-07-20 10:00:18 UTC (rev 51057)
@@ -2256,12 +2256,13 @@
 	char *x = readline("");
 }
 EOF
-		cc_check $READLINE_CFLAGS $READLINE_LIBS $_READLINE_LIBS && _readline=yes
+		cc_check_no_clean $READLINE_CFLAGS $READLINE_LIBS $_READLINE_LIBS && _readline=yes
 		if test "$_readline" = no ; then
 			_READLINE_LIBS="-lreadline -ltermcap"
-			cc_check $READLINE_CFLAGS $READLINE_LIBS $_READLINE_LIBS && _readline=yes
+			cc_check_no_clean $READLINE_CFLAGS $READLINE_LIBS $_READLINE_LIBS && _readline=yes
 		fi
 	fi
+	cc_check_clean
 	echo "$_readline"
 else
 	_readline=no


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