[Scummvm-cvs-logs] CVS: scummvm configure,1.134,1.135
Max Horn
fingolfin at users.sourceforge.net
Fri Nov 18 13:39:01 CET 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends intern.h,1.16,1.17
- Next message: [Scummvm-cvs-logs] CVS: web/images bg-he-games.png,1.1,NONE bg-lec-games.png,1.1,NONE bg-other-games.png,1.1,NONE scummvm_logo.png,1.6,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31053
Modified Files:
configure
Log Message:
Make configure message regarding plugin support less ambigious
Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- configure 8 Nov 2005 22:40:10 -0000 1.134
+++ configure 18 Nov 2005 21:37:58 -0000 1.135
@@ -884,10 +884,13 @@
#
# Check whether plugin support is requested and possible
#
-echocheck "Plugin support"
+echo_n "Checking whether building plugins was requested... "
+echo "$_build_plugins"
_mak_plugins=
_def_plugin=
+
if test "$_build_plugins" = yes ; then
+ echo_n "Checking whether building plugins is supported... "
case $_host_os in
linux*)
_def_plugin='
@@ -947,8 +950,8 @@
_def_plugin=
;;
esac
+ echo "$_build_plugins"
fi
-echo "$_build_plugins"
#
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends intern.h,1.16,1.17
- Next message: [Scummvm-cvs-logs] CVS: web/images bg-he-games.png,1.1,NONE bg-lec-games.png,1.1,NONE bg-other-games.png,1.1,NONE scummvm_logo.png,1.6,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list