mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Corrected typo
This commit is contained in:
parent
6a0d7cc51a
commit
e338db5ef2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user