summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-06-05 10:57:44 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-06-05 10:57:44 +0100
commitb2783a5c5a28567854c438e1c61cd41a062c8c4c (patch)
tree343695a46076bf637c9bff119e5089ded37b2414 /configure.ac
parent28b366db00bbc591325549417b668f18a5d4d949 (diff)
configure: remove AC_C_INLINE which is not needed and causes problems with MSVC
See #584835. Also update win32 files while we're at it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 5f2a173b..5ebf698e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -217,9 +217,6 @@ dnl *** checks for structures ***
dnl *** checks for compiler characteristics ***
-dnl make sure we can use "inline" from C code
-AC_C_INLINE
-
dnl *** checks for library functions ***
dnl check for fseeko()