summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Chu <chu11@llnl.gov>2023-04-18 16:41:47 -0700
committerAlbert Chu <chu11@llnl.gov>2023-04-18 16:41:47 -0700
commit191ff47a378d1435f838713f7b1671439dda19f2 (patch)
treee51ebc4e520cba3335055a746d080c432d002127
parentc4ac2767a3d76b71a7b30794dfeb55c9c0ff94a1 (diff)
downloadautoconf-archive-191ff47a378d1435f838713f7b1671439dda19f2.tar.gz
ax_path_bdb.m4: fix typo
-rw-r--r--m4/ax_path_bdb.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_path_bdb.m4 b/m4/ax_path_bdb.m4
index 3174761..922c502 100644
--- a/m4/ax_path_bdb.m4
+++ b/m4/ax_path_bdb.m4
@@ -406,7 +406,7 @@ AC_DEFUN([_AX_PATH_BDB_ENV_GET_VERSION_HEADER],[
_AX_PATH_BDB_ENV_GET_VERSION_HEADER_VERSION_HEADER_VERSION=''
# Indicate status of checking for Berkeley DB library.
AC_MSG_CHECKING([for db.h])
- # could not cache compile manualy
+ # could not cache compile manually
AC_COMPILE_IFELSE([
AC_LANG_SOURCE([[
#include <db.h>