mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Fix for problem noted by Jay Greenspan on TurboLinux machines
This commit is contained in:
parent
c9c425d625
commit
4ef7cb0700
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue