[389-commits] esc/win32 build.sh,1.14,1.15

Jack Magne jmagne at fedoraproject.org
Sat Jan 22 04:29:57 UTC 2011


Author: jmagne

Update of /cvs/dirsec/esc/win32
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14291

Modified Files:
	build.sh 
Log Message:
Don't get xul sdk for 64 bits.



Index: build.sh
===================================================================
RCS file: /cvs/dirsec/esc/win32/build.sh,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.sh	22 Jan 2011 04:27:58 -0000	1.14
+++ build.sh	22 Jan 2011 04:29:55 -0000	1.15
@@ -293,6 +293,12 @@
 
 function obtainXULSDK {
 
+  if [ X$USE_64 == X1 ];
+  then
+      echo "Don't get XUL SDK for 64 bits.
+      return 0
+  fi
+
   if [ -d ${XUL_SDK_DIR} ];
   then
       echo "XUL SDK already obtained."



More information about the 389-commits mailing list