summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Woelders <kim@woelders.dk>2013-07-04 19:08:16 +0200
committerKim Woelders <kim@woelders.dk>2013-07-05 18:44:11 +0200
commite81eec2961aa57eae211deab91039bd1ee91c234 (patch)
tree5c106056713383ade1ab4423f7cdce9980250341
parent842b550233773380395350062b21639efefc2ba4 (diff)
downloadimlib2-e81eec2961aa57eae211deab91039bd1ee91c234.tar.gz
Don't set -std=gnu99.
Should not be needed since round() was implemented as macro.
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 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