diff options
author | nandika | 2010-03-30 10:19:34 +0000 |
---|---|---|
committer | nandika | 2010-03-30 10:19:34 +0000 |
commit | 43a95ab28944f2178de3f70f97578bad0b14df62 (patch) | |
tree | 3d4a81bf0753a14b61600a54f1d969ec47904151 /util | |
parent | 21489730724b9c41958a7ad0180486028fed7824 (diff) | |
download | axis2c-43a95ab28944f2178de3f70f97578bad0b14df62.tar.gz axis2c-43a95ab28944f2178de3f70f97578bad0b14df62.tar.bz2 |
configure.ac modified
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@929068 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'util')
-rw-r--r-- | util/configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/configure.ac b/util/configure.ac index e0b1233..dc99120 100644 --- a/util/configure.ac +++ b/util/configure.ac @@ -135,11 +135,11 @@ cygwin) ;; darwin*) darwin=yes - if test x"$GCC" = xyes - then - CFLAGS="$CFLAGS -Wno-long-double" - CXXFLAGS="$CXXFLAGS -Wno-long-double" - fi +dnl if test x"$GCC" = xyes +dnl then +dnl CFLAGS="$CFLAGS -Wno-long-double" +dnl CXXFLAGS="$CXXFLAGS -Wno-long-double" +dnl fi ;; solaris*) solaris=yes |