From: Dominic L?t. <ma...@us...> - 2004-05-31 14:02:40
|
Update of /cvsroot/robotflow/RobotFlow In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7986 Modified Files: configure.in Log Message: fixed player configuration with prefix Index: configure.in =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/configure.in,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** configure.in 31 May 2004 13:55:47 -0000 1.39 --- configure.in 31 May 2004 14:02:29 -0000 1.40 *************** *** 123,127 **** if test -e "$prefix/bin/player"; then AC_MSG_RESULT("found in $prefix") ! PLAYER_LIBS="-L$/lib prefix -lplayerc -lplayercclient -lplayerclient -lplayerpacket -lplayerqueue" PLAYER_INCLUDES="-I$prefix/include" PLAYER_FOUND="yes" --- 123,127 ---- if test -e "$prefix/bin/player"; then AC_MSG_RESULT("found in $prefix") ! PLAYER_LIBS="-L$prefix/lib -lplayerc -lplayercclient -lplayerclient -lplayerpacket -lplayerqueue" PLAYER_INCLUDES="-I$prefix/include" PLAYER_FOUND="yes" |