]> git.saurik.com Git - bison.git/commitdiff
Check for `inline' explicitly.
authorJesse Thilo <jthilo@gnu.org>
Thu, 13 Apr 2000 19:12:06 +0000 (19:12 +0000)
committerJesse Thilo <jthilo@gnu.org>
Thu, 13 Apr 2000 19:12:06 +0000 (19:12 +0000)
configure.in

index 020e64830b7f99108c66c39c4309ea527e7129a0..a9e625b12cf7174e41294a5b28fd10eee2ea424d 100644 (file)
@@ -53,6 +53,7 @@ dnl Checks for structures.
 
 dnl Checks for compiler characteristics.
 AC_C_CONST
+AC_C_INLINE
 AM_C_PROTOTYPES
 
 dnl Checks for library functions.