From be1a8aaf3074afee28d3c7ee34acd5aabe0f8634 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 8 Nov 2022 20:57:20 +0200 Subject: Check functions after libraries --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ef819ea..0f8d314 100644 --- a/configure.ac +++ b/configure.ac @@ -28,9 +28,9 @@ AC_CHECK_MEMBERS([struct sf_hdtr.hdr_cnt], [], [], # Checks for library functions. AC_FUNC_MALLOC -AC_CHECK_FUNCS([memset sendfile strerror]) AC_SEARCH_LIBS([socket], [socket]) AC_SEARCH_LIBS([sendfile], [sendfile]) +AC_CHECK_FUNCS([memset sendfile strerror]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT() -- cgit v1.2.3