diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1cd27ffe5..5515eb18e 100644 --- a/configure.ac +++ b/configure.ac @@ -135,6 +135,8 @@ AC_SEARCH_LIBS([gethostbyname], [nsl]) AC_CHECK_FUNCS(pipe2 accept4 eventfd) +AC_CHECK_FUNCS(strndup) + AC_SEARCH_LIBS([exp], [m],, [AC_MSG_ERROR([exp() not found])]) |