diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c6f7d3ee8..ad4b05aae 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -183,6 +183,7 @@ dnl managed by evil | |||
183 | have_dlopen="yes" | 183 | have_dlopen="yes" |
184 | else | 184 | else |
185 | AC_CHECK_LIB(dl, dlopen, res=yes, res=no) | 185 | AC_CHECK_LIB(dl, dlopen, res=yes, res=no) |
186 | AC_CHECK_LIB(m, sincos) | ||
186 | if test "x$res" = "xyes"; then | 187 | if test "x$res" = "xyes"; then |
187 | AC_CHECK_LIB(dl, dladdr, AC_DEFINE(HAVE_DLADDR)) | 188 | AC_CHECK_LIB(dl, dladdr, AC_DEFINE(HAVE_DLADDR)) |
188 | dlopen_libs=-ldl | 189 | dlopen_libs=-ldl |