You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bi...@apache.org on 2006/04/11 03:55:50 UTC

svn commit: r393133 - /jakarta/commons/proper/daemon/trunk/src/native/unix/support/apjava.m4

Author: billbarker
Date: Mon Apr 10 18:55:48 2006
New Revision: 393133

URL: http://svn.apache.org/viewcvs?rev=393133&view=rev
Log:
Fix build when no Sable

Modified:
    jakarta/commons/proper/daemon/trunk/src/native/unix/support/apjava.m4

Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/support/apjava.m4
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/src/native/unix/support/apjava.m4?rev=393133&r1=393132&r2=393133&view=diff
==============================================================================
--- jakarta/commons/proper/daemon/trunk/src/native/unix/support/apjava.m4 (original)
+++ jakarta/commons/proper/daemon/trunk/src/native/unix/support/apjava.m4 Mon Apr 10 18:55:48 2006
@@ -40,6 +40,8 @@
   if test "$SABLEVM" != "NONE"
   then
     AC_PATH_PROG(JAVACSABLE,javac-sablevm,NONE,$JAVA_HOME/bin)
+  else
+    JAVACSABLE="NONE"
   fi
   if test "$JAVACSABLE" = "NONE"
   then
@@ -64,6 +66,8 @@
   if test "$SABLEVM" != "NONE"
   then
     AC_PATH_PROG(JARSABLE,jar-sablevm,NONE,$JAVA_HOME/bin)
+  else
+    JARSABLE="NONE"
   fi
   if test "$JARSABLE" = "NONE"
   then



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org