fix typo

parent bbad8025
...@@ -37,7 +37,7 @@ AC_SUBST(VMOD_BLOB) ...@@ -37,7 +37,7 @@ AC_SUBST(VMOD_BLOB)
AC_PATH_TOOL(VMOD_BLOBDIGEST, [libvmod_blobdigest.so], [], AC_PATH_TOOL(VMOD_BLOBDIGEST, [libvmod_blobdigest.so], [],
[${VARNISHAPI_VMODDIR}:${vmoddir}]) [${VARNISHAPI_VMODDIR}:${vmoddir}])
if test "x$VMOD_BLOBDIGEST" = x ; then if test "x$VMOD_BLOBDIGEST" = x ; then
AC_MSG_WARN([vmod_blob not found, checksum support will be disabled]) AC_MSG_WARN([vmod_blobdigest not found, checksum support will be disabled])
fi fi
AC_SUBST(VMOD_BLOBDIGEST) AC_SUBST(VMOD_BLOBDIGEST)
......
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