Commit 2a8b4df0 authored by Kenton Varda's avatar Kenton Varda

Merge pull request #116 from mortehu/master

Replace AC_PROG_LIBTOOL with LT_INIT in configure.ac
parents 9e56e694 85857ae1
......@@ -28,7 +28,7 @@ AC_PROG_CXX
AC_LANG([C++])
AX_CXX_COMPILE_STDCXX_11
ACX_PTHREAD
AC_PROG_LIBTOOL
LT_INIT
AS_IF([test "$external_capnp" != "no"], [
AS_IF([test "x$CAPNP" = "x"], [CAPNP="capnp"], [with_capnp=yes])
......
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