Diff for /Amaya/configure.in between versions 1.23 and 1.24

version 1.23, 1997/11/14 17:04:56 version 1.24, 1998/01/29 17:13:17
Line 545  if test "$build_amaya" = "yes" ; then Line 545  if test "$build_amaya" = "yes" ; then
         # Verify that Java code is available.          # Verify that Java code is available.
         # Look first for thotlib, amaya and jigsaw classes source code          # Look first for thotlib, amaya and jigsaw classes source code
         #          #
         if test -f $srcdir/classes/w3c/thotlib/Element.java -a \          if test -f $srcdir/classes/org/w3c/thotlib/Element.java -a \
                 -f $srcdir/classes/w3c/amaya/amayaInit.java -a \                  -f $srcdir/classes/org/w3c/amaya/amayaInit.java -a \
                 -f $srcdir/classes/w3c/www/protocol/http/HttpURLConnection.java \                  -f $srcdir/classes/org/w3c/www/protocol/http/HttpURLConnection.java \
                 ; then                  ; then
             with_java_sources="yes"              with_java_sources="yes"
         else          else

Removed from v.1.23  
changed lines
  Added in v.1.24


Webmaster