mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
cleaning up the displayed path (removing the ./ in the middle)
This commit is contained in:
parent
398288f236
commit
00b467bd6a
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ dnl
|
|||
test -f $i/jni_md.h && JAVA_INCLUDE="$JAVA_INCLUDE -I$i"
|
||||
done
|
||||
|
||||
for i in `find $PHP_JAVA/. -type d`; do
|
||||
for i in `find $PHP_JAVA -type d`; do
|
||||
test -f $i/classes.zip && JAVA_CFLAGS=-DJNI_11
|
||||
test -f $i/rt.jar && JAVA_CFLAGS=-DJNI_12
|
||||
test -f $i/classes.zip && JAVA_CLASSPATH=$i/classes.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue