mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +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
|
fi
|
||||||
|
|
||||||
if test "$withval" = "yes"; then
|
if test "$withval" = "yes"; then
|
||||||
withval=`cd \`which javac\`/../..;pwd`
|
withval=`cd \`dirname \\\`which javac\\\`\`/..;pwd`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -d $withval/lib/kaffe; then
|
if test -d $withval/lib/kaffe; then
|
||||||
|
|
|
@ -18,7 +18,7 @@ AC_ARG_WITH(java,
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$withval" = "yes"; then
|
if test "$withval" = "yes"; then
|
||||||
withval=`cd \`which javac\`/../..;pwd`
|
withval=`cd \`dirname \\\`which javac\\\`\`/..;pwd`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -d $withval/lib/kaffe; then
|
if test -d $withval/lib/kaffe; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue