Merge branch 'vapier-master'

This commit is contained in:
Tatsuhiro Tsujikawa 2015-06-04 23:45:49 +09:00
commit 28b528dc9e
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ fi
# jansson (for src/nghttp, src/deflatehd and src/inflatehd)
PKG_CHECK_MODULES([JANSSON], [jansson >= 2.5],
[have_jansson=yes], [have_jansson=no])
if test "x${have_jansson}" == "xyes"; then
if test "x${have_jansson}" = "xyes"; then
AC_DEFINE([HAVE_JANSSON], [1],
[Define to 1 if you have `libjansson` library.])
else