Corrected typo

This commit is contained in:
Ward Fisher 2015-01-13 09:56:37 -07:00
parent 6a0d7cc51a
commit e338db5ef2

View File

@ -665,7 +665,7 @@ fi
AC_MSG_NOTICE([finding other utilities])
# Is m4 installed? If not, bail.
AC_CHECK_PROGS([NC_m4], [m4])
AC_CHECK_PROGS([NC_M4], [m4])
if test -z "$NC_M4"; then
AC_MSG_ERROR([Cannot find m4 utility. Install m4 and try again.])
fi