gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash configure.ac


From: strk
Subject: [Gnash-commit] gnash configure.ac
Date: Tue, 31 Jan 2006 16:46:25 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     strk <address@hidden>   06/01/31 16:46:25

Modified files:
        .              : configure.ac 

Log message:
        Java made optional

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/configure.ac.diff?tr1=1.25&tr2=1.26&r1=text&r2=text

Patches:
Index: gnash/configure.ac
diff -u gnash/configure.ac:1.25 gnash/configure.ac:1.26
--- gnash/configure.ac:1.25     Mon Jan 30 16:01:08 2006
+++ gnash/configure.ac  Tue Jan 31 16:46:25 2006
@@ -373,32 +373,6 @@
     echo "        You have all the DocBook tools installed."
   fi
 
-  if test x"$JAVA" = x; then
-    echo "ERROR: JAVA not installed!.\
- You need Sun Java to run the fop processor to produce PDF output\
- from XML Docbook files."
-    nogo=true
-  else
-    java=`dirname $JAVA`
-    java=`dirname $java`
-    if test ${#JAVA_HOME} = 0; then
-      echo "        Fop requires you to set the JAVA_HOME environment\
- variable to the path to your JAVA runtime. For this machine, this\
- value is likely to be JAVA_HOME=$java."
-      export JAVA_HOME=$java
-    fi
-dnl     if test ${#CLASSPATH} = 0; then
-dnl       echo "        Fop requires you to set the CLASSPATH environment\
-dnl  variable to the path to your JAI (Java Advanced Imaging). For this \
-dnl  machine, this value is likely to be CLASSPATH=$java."
-dnl       export CLASSPATH=$java 
-dnl     else
-dnl       tmp=`echo $CLASSPATH | grep -c "$java" 2>/dev/null`
-dnl       if test $tmp -gt 0; then
-dnl         echo "WARNING: You probably need to add $java to your CLASSPATH."
-dnl       fi
-dnl      fi
-  fi
 fi
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]