From: Adam Dickmeiss Date: Mon, 30 May 2011 11:24:08 +0000 (+0200) Subject: Use -lm for log(3) if needed X-Git-Tag: v1.5.7~13^2~6 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=6cccb7664359e05547d867ccfc0fdac42edaa7ee;p=pazpar2-moved-to-github.git Use -lm for log(3) if needed --- 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])