head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2000.08.10.23.29.12;	author thom;	state dead;
branches;
next	1.1;

1.1
date	2000.08.04.06.29.05;	author ed;	state Exp;
branches;
next	;


desc
@@


1.2
log
@combine patch from configure_add_libm_check
@
text
@*** configure.in.orig	Thu Aug  3 22:21:32 2000
--- configure.in	Thu Aug  3 22:20:05 2000
***************
*** 97,102 ****
--- 97,105 ----
    LIBOBJS="$LIBOBJS fnmatch.o"
  fi
  
+ # do we need -lm for floor?  (used by mysqlclient)
+ AC_CHECK_LIB(m, floor)
+ 
  # Try to find connect and gethostbyname.
  AC_CHECK_LIB(nsl, main,
    AC_SEARCH_LIBS(connect, xnet socket inet, AC_DEFINE(HAVE_CONNECT),, -lnsl),
@


1.1
log
@new patch for the -lm option to the linker (for mysql client lib)
(thanks to manoj for directions)
@
text
@@

