diff options
-rw-r--r-- | configure.ac.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac.tpl b/configure.ac.tpl index 61476cf..d7bb8aa 100644 --- a/configure.ac.tpl +++ b/configure.ac.tpl | |||
@@ -39,6 +39,9 @@ AM_CONDITIONAL(HOST_WIN, test x$HOST_OS = xwin) | |||
39 | AC_CHECK_FUNC([clock_gettime],, | 39 | AC_CHECK_FUNC([clock_gettime],, |
40 | [AC_SEARCH_LIBS([clock_gettime],[rt posix4])]) | 40 | [AC_SEARCH_LIBS([clock_gettime],[rt posix4])]) |
41 | 41 | ||
42 | AC_CHECK_FUNC([dl_iterate_phdr],, | ||
43 | [AC_SEARCH_LIBS([dl_iterate_phdr],[dl])]) | ||
44 | |||
42 | AC_PROG_CC | 45 | AC_PROG_CC |
43 | AC_PROG_LIBTOOL | 46 | AC_PROG_LIBTOOL |
44 | AC_PROG_CC_STDC | 47 | AC_PROG_CC_STDC |