Revision: 7020
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7020&view=rev
Author:   gerkey
Date:     2008-09-12 01:26:55 +0000 (Fri, 12 Sep 2008)

Log Message:
-----------
disabled check for playercore and playerc, to make this branch usable when 
player is installed

Modified Paths:
--------------
    code/stage/branches/stage-ros/configure.ac

Modified: code/stage/branches/stage-ros/configure.ac
===================================================================
--- code/stage/branches/stage-ros/configure.ac  2008-09-10 13:06:21 UTC (rev 
7019)
+++ code/stage/branches/stage-ros/configure.ac  2008-09-12 01:26:55 UTC (rev 
7020)
@@ -80,24 +80,27 @@
 dnl and the  user didn't add it manually
 export PKG_CONFIG_PATH=$prefix/lib/pkgconfig:$PKG_CONFIG_PATH
 
+dnl Disabling this check for now, only on the stage-ros branch
 dnl for libstageplugin, we need Player 2.1 or higher
-PKG_CHECK_MODULES( PLAYER, playercore >= 2.1.0,
- AC_DEFINE(INCLUDE_PLAYER,1,[building Player plugin])
- have_player=yes,
- AC_MSG_WARN([No suitable Player installation detected.])
- have_player=no
-)
+dnl PKG_CHECK_MODULES( PLAYER, playercore >= 2.1.0,
+dnl  AC_DEFINE(INCLUDE_PLAYER,1,[building Player plugin])
+dnl  have_player=yes,
+dnl  AC_MSG_WARN([No suitable Player installation detected.])
+dnl  have_player=no
+dnl )
+have_player=no
 AM_CONDITIONAL(HAVE_PLAYER, test "x$have_player" = "xyes")
 
 
 dnl for libplayerc examples, we need libplayerc
-PKG_CHECK_MODULES( PLAYERC, playerc >= 2.0.1,
- AC_DEFINE(INCLUDE_PLAYERC,1,[building libplayerc examples])
- have_playerc=yes
- ,
- AC_MSG_WARN([libplayerc was not found. ])
- have_playerc=no
-)
+dnl PKG_CHECK_MODULES( PLAYERC, playerc >= 2.0.1,
+dnl  AC_DEFINE(INCLUDE_PLAYERC,1,[building libplayerc examples])
+dnl  have_playerc=yes
+dnl  ,
+dnl  AC_MSG_WARN([libplayerc was not found. ])
+dnl  have_playerc=no
+dnl )
+have_playerc=no
 AM_CONDITIONAL(HAVE_PLAYERC, test "x$have_playerc" = "xyes")
 
 AC_OUTPUT(Makefile 


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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to