aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 65ee23e..33217ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,6 +129,10 @@ AC_CHECK_FUNCS([ \
129 vsnprintf \ 129 vsnprintf \
130]) 130])
131 131
132AC_CHECK_LIBM
133AC_SUBST(LIBM)
134LIBS="$LIBS $LIBM"
135
132dnl Windows requires the mingw-catgets library for the catgets function. 136dnl Windows requires the mingw-catgets library for the catgets function.
133AC_SEARCH_LIBS([catgets], [catgets], [], []) 137AC_SEARCH_LIBS([catgets], [catgets], [], [])
134 138