Fix for problem noted by Jay Greenspan on TurboLinux machines

This commit is contained in:
Sam Ruby 2000-07-11 17:33:14 +00:00
parent c9c425d625
commit 4ef7cb0700
2 changed files with 2 additions and 2 deletions

View file

@ -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