JavaC doesn't take flags like this, Java jar does, pay attention kalowsky

This commit is contained in:
Dan Kalowsky 2002-08-14 16:53:49 +00:00
parent 00b467bd6a
commit d10bf42029
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ AC_DEFUN(JAVA_FIND_JAR, [
dnl we have a custom path defined so use it dnl we have a custom path defined so use it
dnl dnl
if test -d $PHP_JAVA/bin; then if test -d $PHP_JAVA/bin; then
JAVA_JAR="$PHP_JAVA/bin/javac cf" JAVA_JAR="$PHP_JAVA/bin/jar cf"
else else
AC_MSG_ERROR([Unable to locate $PHP_JAVA/bin]) AC_MSG_ERROR([Unable to locate $PHP_JAVA/bin])
fi fi

View file

@ -21,7 +21,7 @@ AC_DEFUN(JAVA_FIND_JAR, [
dnl we have a custom path defined so use it dnl we have a custom path defined so use it
dnl dnl
if test -d $PHP_JAVA/bin; then if test -d $PHP_JAVA/bin; then
JAVA_JAR="$PHP_JAVA/bin/javac cf" JAVA_JAR="$PHP_JAVA/bin/jar cf"
else else
AC_MSG_ERROR([Unable to locate $PHP_JAVA/bin]) AC_MSG_ERROR([Unable to locate $PHP_JAVA/bin])
fi fi