Update of /cvsroot/mahogany/M
In directory usw-pr-cvs1:/tmp/cvs-serv26014

Modified Files:
        configure.in 
Log Message:
Corrected small error in OSF compiler check


Index: configure.in
===================================================================
RCS file: /cvsroot/mahogany/M/configure.in,v
retrieving revision 1.266
retrieving revision 1.267
diff -b -u -2 -r1.266 -r1.267
--- configure.in        20 Sep 2002 13:25:49 -0000      1.266
+++ configure.in        30 Sep 2002 22:38:01 -0000      1.267
@@ -1174,5 +1174,5 @@
 dnl supports the same options
 DEPFLAGS=
-if test "x$GXX" = "xyes"; then -o "x$CCOSTYPE" = "xosf"; then
+if test "x$GXX" = "xyes" -o "x$CCOSTYPE" = "xosf"; then
     DEPFLAGS="-MMD"
 else



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to