From 6cccb7664359e05547d867ccfc0fdac42edaa7ee Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 30 May 2011 13:24:08 +0200 Subject: [PATCH] Use -lm for log(3) if needed --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index c86187f..4ae0cdd 100644 --- a/configure.ac +++ b/configure.ac @@ -28,6 +28,7 @@ if test -z "$YAZLIB"; then fi YAZ_DOC +AC_SEARCH_LIBS([log],[m]) AC_CHECK_HEADERS([sys/time.h sys/socket.h unistd.h netinet/in.h netdb.h arpa/inet.h]) checkBoth=0 AC_CHECK_FUNC([connect]) -- 1.7.10.4