You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2004/01/03 00:42:47 UTC

cvs commit: httpd-2.0 configure.in

jorton      2004/01/02 15:42:47

  Modified:    .        configure.in
  Log:
  * configure.in: Check for sqrt in libm (needed by ab).
  
  Revision  Changes    Path
  1.257     +1 -0      httpd-2.0/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/configure.in,v
  retrieving revision 1.256
  retrieving revision 1.257
  diff -u -u -r1.256 -r1.257
  --- configure.in	26 Nov 2003 03:45:34 -0000	1.256
  +++ configure.in	2 Jan 2004 23:42:47 -0000	1.257
  @@ -295,6 +295,7 @@
   fi
   
   dnl ## Check for library functions
  +AC_SEARCH_LIBS(sqrt, m)
   
   dnl See Comment #Spoon