From ffeb64478ea9affd2a65b0ab60e11c1f54436030 Mon Sep 17 00:00:00 2001 From: silvioprog
Date: Sun, 19 Feb 2017 02:05:36 -0300 Subject: [PATCH] fix compilation for arm (patch by silvioprog) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5f26a61..e236bf0 100644 --- a/configure.ac +++ b/configure.ac @@ -701,7 +701,7 @@ AC_CHECK_HEADERS([sys/types.h sys/time.h sys/msg.h time.h sys/mman.h sys/ioctl.h inttypes.h stddef.h unistd.h \ sockLib.h inetLib.h net/if.h], [], [], [AC_INCLUDES_DEFAULT]) -gl_FUNC_TSEARCH +FUNC_TSEARCH AM_CONDITIONAL([HAVE_TSEARCH], [test "x$HAVE_TSEARCH" = "x1"]) # Check for generic functions -- 2.7.4