summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Chu <chu11@llnl.gov>2023-04-18 16:42:04 -0700
committerAlbert Chu <chu11@llnl.gov>2023-04-18 16:42:04 -0700
commit9ff60fe6598f8a8b43a1a68178be90b17f383699 (patch)
tree90ec59a09f3fbbff0b634eef464b95c37c9600ef
parent6f6d33ea4cb8c8512c907ecd78f52bcf2b10c6a8 (diff)
downloadautoconf-archive-9ff60fe6598f8a8b43a1a68178be90b17f383699.tar.gz
ax_ext_have_lib.m4: fix typo
-rw-r--r--m4/ax_ext_have_lib.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_ext_have_lib.m4 b/m4/ax_ext_have_lib.m4
index 9628b4c..094b758 100644
--- a/m4/ax_ext_have_lib.m4
+++ b/m4/ax_ext_have_lib.m4
@@ -13,7 +13,7 @@
# each directory.
#
# Any required -L<directory> flags are added to LDFLAGS and located
-# libraies are added to LIBS
+# libraries are added to LIBS
#
# Some libraries are unlinkable without other extra libraries, which can
# be specified in the 4th argument. The mysql client library needs -lz,