Commit 9493624f authored by Geoff Simmons's avatar Geoff Simmons

fix an autoconf bug

parent 17d68a17
Pipeline #94 skipped
......@@ -50,6 +50,7 @@ AC_ARG_WITH([rst2html],
AM_CONDITIONAL(HAVE_RST2HTML,[test "x$RST2HTML" != "xno"])
# Check for pkg-config
m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([pkg.m4 missing, please install pkg-config])])
PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES([VARNISH], [varnishapi = trunk], [],
......@@ -83,9 +84,6 @@ AC_SUBST(PTHREAD_LIBS)
AC_CHECK_LIBM
AC_SUBST(LIBM)
m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([pkg.m4 missing, please install pkg-config])])
PKG_PROG_PKG_CONFIG
# Checks for header files.
AC_HEADER_STDC
AC_HEADER_TIME
......
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