From 1ce77eede64b478d2df0b75d5c9d38a7948bca55 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 25 Sep 2009 13:33:53 +0200 Subject: [PATCH] Add AC_C_INLINE --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 97a2099..673e3a6 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,8 @@ AC_PROG_RANLIB AC_LANG(C) +AC_C_INLINE + YAZ_INIT([static icu threads],[3.0.46]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) -- 1.7.10.4