Update of /cvsroot/playerstage/code/stage
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15758

Modified Files:
        configure.ac 
Log Message:
added check for rgb.txt in /usr/share

Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/stage/configure.ac,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** configure.ac        25 May 2006 21:35:01 -0000      1.13
--- configure.ac        5 Jul 2006 22:36:56 -0000       1.14
***************
*** 99,103 ****
    AC_CHECK_FILE([/usr/openwin/lib/X11/rgb.txt],
      CDB="\"/usr/openwin/lib/X11/rgb.txt\"",
!     CDB="\"/usr/X11R6/lib/X11/rgb.txt\""))
  AC_ARG_WITH(color, [   --with-color=file      Location of X11-style color 
file],
  CDB="\"$with_color\"",)
--- 99,105 ----
    AC_CHECK_FILE([/usr/openwin/lib/X11/rgb.txt],
      CDB="\"/usr/openwin/lib/X11/rgb.txt\"",
!     AC_CHECK_FILE([/usr/share/X11/rgb.txt],
!       CDB="\"/usr/share/X11/rgb.txt\"",
!       CDB="\"/usr/X11R6/lib/X11/rgb.txt\"")))
  AC_ARG_WITH(color, [   --with-color=file      Location of X11-style color 
file],
  CDB="\"$with_color\"",)


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to