[Lunar-commits] CVS: moonbase/x11/XOrg CONFIGURE,1.5,1.6

Auke Kok sofar at lunar-linux.org
Fri May 14 14:15:00 GMT 2004


Update of /var/cvs/lunar/moonbase/x11/XOrg
In directory dbguin.lunar-linux.org:/tmp/cvs-serv15032

Modified Files:
	CONFIGURE 
Log Message:
DOH of course like this


Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11/XOrg/CONFIGURE,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- CONFIGURE	14 May 2004 14:12:44 -0000	1.5
+++ CONFIGURE	14 May 2004 14:14:58 -0000	1.6
@@ -325,8 +325,10 @@
 
 if [ ! -f $CONFIG_CACHE/host.def ] ; then
   configure_host_def
-elif query "Configure host.def?" n ; then
+else
   message "Reconfiguration is optional."
-  configure_host_def
+  if query "Configure host.def?" n ; then
+    configure_host_def
+  fi
 fi
 



More information about the Lunar-commits mailing list