dbertoni 2002/08/05 14:21:02
Modified: c/src runConfigure
Log:
Fixed statement termination problem.
Revision Changes Path
1.12 +5 -1 xml-xalan/c/src/runConfigure
Index: runConfigure
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/runConfigure,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- runConfigure 5 Aug 2002 20:41:24 -0000 1.11
+++ runConfigure 5 Aug 2002 21:21:02 -0000 1.12
@@ -58,6 +58,9 @@
#
#
# $Log$
+# Revision 1.12 2002/08/05 21:21:02 dbertoni
+# Fixed statement termination problem.
+#
# Revision 1.11 2002/08/05 20:41:24 dbertoni
# Merge in HP changes.
#
@@ -264,7 +267,7 @@
bitstobuildDefines=" $bitstobuildDefines -xarch=v9 "
bitstobuildLink=" -xarch=v9 " ;;
aix)
- bitstobuildDefines=" $bitstobuildDefines -q64 -qwarn64 " ;;
+ bitstobuildDefines=" $bitstobuildDefines -q64 -qwarn64 "
bitstobuildLink=" -X64 " ;;
hp-11)
bitstobuildDefines=" $bitstobuildDefines +DA2.0W "
@@ -286,6 +289,7 @@
;;
hp-11)
bitstobuildDefines=" $bitstobuildDefines +DAportable "
+ ;;
linux)
;;
*)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]