Update of /cvsroot/mahogany/M
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30064

Modified Files:
        configure configure.in 
Log Message:
fixed error in test for -Wno-pointer-sign var

Index: configure
===================================================================
RCS file: /cvsroot/mahogany/M/configure,v
retrieving revision 1.334
retrieving revision 1.335
diff -b -u -2 -r1.334 -r1.335
--- configure   25 Aug 2006 15:39:11 -0000      1.334
+++ configure   31 Aug 2006 23:58:25 -0000      1.335
@@ -569,5 +569,5 @@
 
 
-# From configure.in Id: configure.in,v 1.317 2006/07/31 00:32:44 nerijus Exp 
+# From configure.in Id: configure.in,v 1.318 2006/08/25 15:39:12 vadz Exp 
 
 rm -f conftestdata
@@ -5347,5 +5347,5 @@
 
 echo "$ac_t""$m_cv_cc_no_warn_ptr_sign" 1>&6
-if test $m_cv_cc_no_warn_ptr_sign="yes"; then
+if test $m_cv_cc_no_warn_ptr_sign = "yes"; then
     IMAP_CPPFLAGS="$IMAP_CPPFLAGS -Wno-pointer-sign"
 fi

Index: configure.in
===================================================================
RCS file: /cvsroot/mahogany/M/configure.in,v
retrieving revision 1.318
retrieving revision 1.319
diff -b -u -2 -r1.318 -r1.319
--- configure.in        25 Aug 2006 15:39:12 -0000      1.318
+++ configure.in        31 Aug 2006 23:58:25 -0000      1.319
@@ -1302,5 +1302,5 @@
        m_cv_cc_no_warn_ptr_sign="no")]
 )
-if test $m_cv_cc_no_warn_ptr_sign="yes"; then
+if test $m_cv_cc_no_warn_ptr_sign = "yes"; then
     IMAP_CPPFLAGS="$IMAP_CPPFLAGS -Wno-pointer-sign"
 fi


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to