aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac.tpl3
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)
39AC_CHECK_FUNC([clock_gettime],, 39AC_CHECK_FUNC([clock_gettime],,
40 [AC_SEARCH_LIBS([clock_gettime],[rt posix4])]) 40 [AC_SEARCH_LIBS([clock_gettime],[rt posix4])])
41 41
42AC_CHECK_FUNC([dl_iterate_phdr],,
43 [AC_SEARCH_LIBS([dl_iterate_phdr],[dl])])
44
42AC_PROG_CC 45AC_PROG_CC
43AC_PROG_LIBTOOL 46AC_PROG_LIBTOOL
44AC_PROG_CC_STDC 47AC_PROG_CC_STDC