From: Joe Orton Date: Fri, 2 Jan 2004 23:42:47 +0000 (+0000) Subject: * configure.in: Check for sqrt in libm (needed by ab). X-Git-Tag: pre_ajp_proxy~893 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8a954f27be0d89447f485fd1d0f4567278b05fd;p=thirdparty%2Fapache%2Fhttpd.git * configure.in: Check for sqrt in libm (needed by ab). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102146 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 1fdffc165b9..87375d17b16 100644 --- a/configure.in +++ b/configure.in @@ -295,6 +295,7 @@ if test "$ac_cv_prog_gcc" = "yes"; then fi dnl ## Check for library functions +AC_SEARCH_LIBS(sqrt, m) dnl See Comment #Spoon