Commit c1915827 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

We need the math library on some systems.

Ticket 138



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1798 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent b55aca3a
......@@ -68,4 +68,4 @@ varnishd_LDADD = \
$(top_builddir)/lib/libvarnish/libvarnish.la \
$(top_builddir)/lib/libcompat/libcompat.a \
$(top_builddir)/lib/libvcl/libvcl.la \
${DL_LIBS} ${PTHREAD_LIBS}
${DL_LIBS} ${PTHREAD_LIBS} ${LIBM}
......@@ -50,6 +50,9 @@ PTHREAD_LIBS="${LIBS}"
LIBS="${save_LIBS}"
AC_SUBST(PTHREAD_LIBS)
AC_CHECK_LIBM
AC_SUBST(LIBM)
# Checks for header files.
AC_HEADER_STDC
AC_HEADER_SYS_WAIT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment