summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,