| commit | 1a8bbd7ca9d1e9ec2a0ef1b1f6acab6222361757 | [log] [tgz] |
|---|---|---|
| author | Marcus Meissner <marcus@jet.franken.de> | Mon Apr 26 14:58:58 1999 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Apr 26 14:58:58 1999 +0000 |
| tree | 784f1b9a828a49294e867568b4de2fa5c08c3b5c | |
| parent | ce597b48c9c56b6057c6184ff5329a8617cfdc23 [diff] [blame] |
Added autoconf check for "inline". You can now use it, it will be defined to (empty) for compilers that do not have it.
diff --git a/configure.in b/configure.in index 092a4be..6371255 100644 --- a/configure.in +++ b/configure.in
@@ -491,6 +491,7 @@ dnl **** Check for types **** AC_C_CONST() +AC_C_INLINE() AC_TYPE_SIZE_T() AC_CHECK_SIZEOF(long long,0)