Enlightenment CVS committal Author : vapier Project : e17 Module : libs/exml
Dir : e17/libs/exml Modified Files: configure.in Log Message: dont use "if [ test ]" syntax =================================================================== RCS file: /cvs/e/e17/libs/exml/configure.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- configure.in 18 Apr 2006 23:04:15 -0000 1.6 +++ configure.in 20 Apr 2006 02:31:21 -0000 1.7 @@ -60,7 +60,7 @@ PROG="ecore-config"; AC_PATH_PROG(ECORE_CONFIG, $PROG, "", $PATH) -if [ test -z $ECORE_CONFIG ]; then +if test "x$ECORE_CONFIG" = "x" ; then echo $PROG " is not in your \$PATH. Please ensure it is."; echo "Read the manual page for you shell as to how to extend your path."; AC_MSG_ERROR(Cannot find $PROG) @@ -72,7 +72,7 @@ PROG="xml2-config"; AC_PATH_PROG(XML2_CONFIG, $PROG, "", $PATH) -if [ test -z $XML2_CONFIG ]; then +if test "x$XML2_CONFIG" = "x" ; then echo $PROG " is not in your \$PATH. Please ensure it is."; echo "Read the manual page for you shell as to how to extend your path."; AC_MSG_ERROR(Cannot find $PROG) ------------------------------------------------------- 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 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs