Check for the float.h header file (for popt).
authorWayne Davison <wayned@samba.org>
Sat, 27 Jul 2002 18:33:30 +0000 (18:33 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 27 Jul 2002 18:33:30 +0000 (18:33 +0000)
configure.in

index 4f3994359bc2c264272f788d6160823685a4cdc3..c7c65816edd09918dabad3888957fbf22ecdac37 100644 (file)
@@ -257,6 +257,7 @@ AC_CHECK_HEADERS(sys/filio.h string.h stdlib.h sys/socket.h sys/mode.h sys/un.h)
 AC_CHECK_HEADERS(glob.h alloca.h mcheck.h sys/sysctl.h arpa/inet.h arpa/nameser.h)
 AC_CHECK_HEADERS(netdb.h)
 AC_CHECK_HEADERS(malloc.h)
+AC_CHECK_HEADERS(float.h)
 
 AC_CHECK_SIZEOF(int)
 AC_CHECK_SIZEOF(long)