From: Dan Harkless Date: Thu, 13 May 1999 01:10:45 +0000 (+0000) Subject: add HAVE_LIBM X-Git-Tag: nmh-1_0~195 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=aa4db278d4cea684124ffcbd520abc56b0317139 add HAVE_LIBM --- 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