From aa4db278d4cea684124ffcbd520abc56b0317139 Mon Sep 17 00:00:00 2001 From: Dan Harkless Date: Thu, 13 May 1999 01:10:45 +0000 Subject: [PATCH] add HAVE_LIBM --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 3915bde..eccfb10 100644 --- a/config.h.in +++ b/config.h.in @@ -421,6 +421,9 @@ /* Define if you have the header file. */ #undef HAVE_UNISTD_H +/* Define if you have the m library (-lm). */ +#undef HAVE_LIBM + /* Define if you have the ndbm library (-lndbm). */ #undef HAVE_LIBNDBM -- 1.7.10.4