Small patch for gnome-core/configure.in




I have  2 gnome systems installed on my workstation (0.20 and cvs). I
choose between them by setting LD_LIBRARY_PATH and PATH environment
variable. But in the configure.in in the gnome-core dir the following
patch should be installed to prvent configuer to search for the last
occurrence of mico-ld (which belongs to .20 in my system).

mla@loki -> cvs diff -u configure.in 
Index: configure.in
===================================================================
RCS file: /cvs/gnome/gnome-core/configure.in,v
retrieving revision 1.72
diff -u -r1.72 configure.in
--- configure.in        1998/07/09 00:09:34     1.72
+++ configure.in        1998/07/13 13:47:46
@@ -57,6 +57,7 @@
 for dir in `(IFS=:; for i in $PATH; do echo $i ; done)` ; do
   if test -f $dir/mico-ld ; then
      mico_prefix=`echo $dir | sed 's%/bin$%%' |sed 's%/bin/$%%'`
+     break
   fi
 done
 



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