From e0c68e84292d91c006e3f941695cc5f6d0a7c3f2 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 20 Aug 2007 10:20:09 +0000 Subject: [PATCH] Look for fmtcheck(3) function. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1881 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/varnish-cache/configure.ac b/varnish-cache/configure.ac index a2c89eaf..9326c22e 100644 --- a/varnish-cache/configure.ac +++ b/varnish-cache/configure.ac @@ -84,6 +84,7 @@ AC_FUNC_STRERROR_R AC_CHECK_FUNCS([socket]) AC_CHECK_FUNCS([strptime]) AC_CHECK_FUNCS([sendfile]) +AC_CHECK_FUNCS([fmtcheck]) # These functions are provided by libcompat on platforms where they # are not available -- 2.39.5