Browse Source

Fix for problem noted by Jay Greenspan on TurboLinux machines

PHP-4.0.5
Sam Ruby 26 years ago
parent
commit
4ef7cb0700
  1. 2
      ext/java/config.m4
  2. 2
      ext/rpc/java/config.m4

2
ext/java/config.m4

@ -18,7 +18,7 @@ AC_ARG_WITH(java,
fi
if test "$withval" = "yes"; then
withval=`cd \`which javac\`/../..;pwd`
withval=`cd \`dirname \\\`which javac\\\`\`/..;pwd`
fi
if test -d $withval/lib/kaffe; then

2
ext/rpc/java/config.m4

@ -18,7 +18,7 @@ AC_ARG_WITH(java,
fi
if test "$withval" = "yes"; then
withval=`cd \`which javac\`/../..;pwd`
withval=`cd \`dirname \\\`which javac\\\`\`/..;pwd`
fi
if test -d $withval/lib/kaffe; then

Loading…
Cancel
Save