CVS: moonbase/devel/db4 CONFIGURE,1.2,1.3

Florin Braescu florin at lunar-linux.org
Wed Nov 26 17:59:47 GMT 2003


Update of /var/cvs/lunar/moonbase/devel/db4
In directory dbguin.lunar-linux.org:/tmp/cvs-serv20007

Modified Files:
	CONFIGURE 
Log Message:
moved the OPTS assign after the j2sdk test.

Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/db4/CONFIGURE,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CONFIGURE	26 Nov 2003 17:29:08 -0000	1.2
+++ CONFIGURE	26 Nov 2003 17:59:45 -0000	1.3
@@ -1,8 +1,8 @@
 if query "Enable java support?" y  ; then
-  OPTS=$OPTS" --enable-java"
   if ! module_installed j2sdk; then
     lin j2sdk
   fi
+  OPTS=$OPTS" --enable-java"
 fi
 
 




More information about the Lunar-commits mailing list