]> andersk Git - openssh.git/blobdiff - configure.in
- Added better test for inline functions compiler support from
[openssh.git] / configure.in
index f77e46a09b2514605a14ad2b516b37291fc3a765..19372e2d5f8c2aeae422dbc867724870cdda0565 100644 (file)
@@ -8,7 +8,10 @@ AC_PROG_CPP
 AC_PROG_RANLIB
 AC_PROG_INSTALL
 AC_CHECK_PROG(AR, ar, ar)
+
+dnl Checks for compiler characteristics
 if test "$GCC" = "yes"; then CFLAGS="$CFLAGS -Wall"; fi
+AC_C_INLINE
 
 dnl Check for OpenSSL/SSLeay directories.
 AC_MSG_CHECKING([for OpenSSL/SSLeay directory])
This page took 0.410135 seconds and 4 git commands to generate.