summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-07-19 20:34:15 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-19 20:45:31 +0100
commitbf30fe6d6068bd00ff4b06e667f88e7ca4210cfe (patch)
tree7ad55131966441a5f26534f85c95e8b99eedbf4a /configure.ac
parent6d46d43aab6894528e746be1c3bd0a9bad65747b (diff)
downloaddbus-bf30fe6d6068bd00ff4b06e667f88e7ca4210cfe.tar.gz
build: Remove support for emulating inline with __inline or __inline__
We now require a (mostly-)C99 compiler, and C99 guarantees the presence of the inline keyword. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0c5cdfea..c4653c69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,7 +101,6 @@ AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
AC_ISC_POSIX
AC_HEADER_STDC
-AC_C_INLINE
AM_PROG_LIBTOOL
AC_PROG_MKDIR_P
PKG_PROG_PKG_CONFIG