chiark / gitweb /
Track interface change for @lbuf@.
[mLib] / configure.in
index 49ebdfc3963870d3c9b2c06a7f29ecde9ff94b12..b49f4945442c94d779ca5c109a7cb77b227722bb 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.28 2000/10/08 11:07:55 mdw Exp $
+dnl $Id: configure.in,v 1.29 2001/06/22 19:34:07 mdw Exp $
 dnl
 dnl Configuration script for mLib
 dnl
@@ -29,6 +29,9 @@ dnl MA 02111-1307, USA.
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
+dnl Revision 1.29  2001/06/22 19:34:07  mdw
+dnl Find out whether @<float.h>@ exists (hack for uC-Linux).
+dnl
 dnl Revision 1.28  2000/10/08 11:07:55  mdw
 dnl Define a constant to tell @mdwopt@ that @str_qword@ is available.
 dnl Reinstate the `-pedantic' option to GCC.
@@ -82,6 +85,8 @@ AC_PROG_CC
 AM_PROG_LIBTOOL
 mdw_GCC_FLAGS
 
+AC_CHECK_HEADERS(float.h)
+
 mdw_CHECK_MANYLIBS(socket, socket)
 mdw_CHECK_MANYLIBS(gethostbyname, nsl resolv)