]> granicus.if.org Git - php/commitdiff
cleaning up the displayed path (removing the ./ in the middle)
authorDan Kalowsky <kalowsky@php.net>
Wed, 14 Aug 2002 16:49:22 +0000 (16:49 +0000)
committerDan Kalowsky <kalowsky@php.net>
Wed, 14 Aug 2002 16:49:22 +0000 (16:49 +0000)
ext/java/config.m4
ext/rpc/java/config.m4

index c6eedc83c9b8231f9fea16a7365b879ac639c7d2..5e06397a3a4d683044fe9e712fdff26591a36eec 100644 (file)
@@ -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
index c6eedc83c9b8231f9fea16a7365b879ac639c7d2..5e06397a3a4d683044fe9e712fdff26591a36eec 100644 (file)
@@ -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