summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2015-11-04 11:29:09 -0800
committerH. Peter Anvin <hpa@zytor.com>2015-11-04 11:41:33 -0800
commit03f229c74f9fe8231ec0793f816e87031658cf31 (patch)
tree2f50468736f9ff625b24f6470653ed8be2f13ff1
parentdb6ecf9b76a25c465887946fe70e74b3dcdce234 (diff)
downloadnasm-03f229c74f9fe8231ec0793f816e87031658cf31.tar.gz
Restore AC_C_INLINE
Checkin 7729edf7224e39628bd342c3a3bb44c1753bdfb0 removed AC_C_INLINE, presumably inadvertently. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b40c62b4..fba5d323 100644
--- a/configure.in
+++ b/configure.in
@@ -62,6 +62,7 @@ AC_PROG_INSTALL
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
+AC_C_INLINE
AC_C_RESTRICT
AC_TYPE_SIZE_T
PA_WORKING_BOOL