summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2006-08-05 08:58:16 +0000
committerFlorian Westphal <fw@strlen.de>2006-08-05 08:58:16 +0000
commit7378860aea0f15975a5dbd797e5b5bef65b6e456 (patch)
tree1f9345da6ced314e980d2fa8274af936e8a6e596 /configure.in
parent6eb3f3055d41dab4a395fcea2301034993977722 (diff)
downloadngircd-7378860aea0f15975a5dbd797e5b5bef65b6e456.tar.gz
ngircd-7378860aea0f15975a5dbd797e5b5bef65b6e456.zip
check if compiler supports inline keyword.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1d539f75..4336342c 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: configure.in,v 1.118 2006/05/17 16:44:14 alex Exp $
+# $Id: configure.in,v 1.119 2006/08/05 08:58:16 fw Exp $
 #
 
 # -- Initialisation --
@@ -53,6 +53,7 @@ AC_PROG_RANLIB
 
 AM_C_PROTOTYPES
 AC_C_CONST
+AC_C_INLINE
 
 # -- Hard coded system and compiler dependencies/features/options ... --