diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 08:11:29 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 08:11:29 -0400 | 
| commit | 485ac9a79b787244b31bf7fac348aa176179574b (patch) | |
| tree | b2035fbcf54d529620a7f14c0e69a6bc561ec399 /configure.ac | |
| parent | b515c81a2257aeea14fff6e9fc86d880bc62cc9d (diff) | |
*: Fix spelling of neccessary
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c636fade70..a7698f484c 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ elif test "$host" != "$build"; then    AC_MSG_NOTICE([...])    AC_MSG_NOTICE([... cross-compilation: creating hosttools directory and self-configuring for build platform tools]) -  AC_MSG_NOTICE([... use HOST_CPPFLAGS / HOST_CFLAGS / HOST_LDFLAGS if neccessary]) +  AC_MSG_NOTICE([... use HOST_CPPFLAGS / HOST_CFLAGS / HOST_LDFLAGS if necessary])    AC_MSG_NOTICE([...])    (  | 
