2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[2356] wording fix in an error message

This commit is contained in:
JINMEI Tatuya 2012-10-31 14:40:33 -07:00
parent 5ee9df691d
commit 82c05da76c

View File

@ -49,7 +49,7 @@ if test "${bind10_inc_path}" != "no"; then
CPPFLAGS="$CPPFLAGS $BIND10_CPPFLAGS"
fi
AC_CHECK_HEADERS([util/buffer.h],,
AC_MSG_ERROR([Missing a commonly used BIND 10 header files]))
AC_MSG_ERROR([Missing a commonly used BIND 10 header file]))
CPPFLAGS="$CPPFLAGS_SAVED"
AC_SUBST(BIND10_CPPFLAGS)