kwo pushed a commit to branch master.

commit e81eec2961aa57eae211deab91039bd1ee91c234
Author: Kim Woelders <[email protected]>
Date:   Thu Jul 4 19:08:16 2013 +0200

    Don't set -std=gnu99.
    
    Should not be needed since round() was implemented as macro.
---
 configure.ac | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/configure.ac b/configure.ac
index 77927a2..a534bc3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,15 +35,6 @@ VERSION_AGE=4
 lt_version=${VERSION_CUR}:${VERSION_REV}:${VERSION_AGE}
 AC_SUBST(lt_version)
 
-dnl See if the compiler supports -std=gnu99 since some math
-dnl functions need it (aka round())
-AC_MSG_CHECKING(whether $CC accepts -std=gnu99)
-cc_supports_gnu99="yes"
-save_CPPFLAGS="$CPPFLAGS"
-CPPFLAGS="$CPPFLAGS -std=gnu99"
-AC_TRY_COMPILE(,,,[cc_supports_gnu99="no";CPPFLAGS="$save_CPPFLAGS"])
-AC_MSG_RESULT($cc_supports_gnu99)
-
 
 mmx=no
 amd64=no

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to