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

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


Index: configure
===================================================================
RCS file: /cvsroot/mahogany/M/configure,v
retrieving revision 1.280
retrieving revision 1.281
diff -b -u -2 -r1.280 -r1.281
--- configure   20 Sep 2002 13:25:46 -0000      1.280
+++ configure   30 Sep 2002 22:37:36 -0000      1.281
@@ -5274,5 +5274,5 @@
 
 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