aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 80de87b4..6ef92f78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -294,7 +294,7 @@ AC_CHECK_HEADER(dlfcn.h,
# in libc. Notably freebsd and cygwin.
# HP-NSK has it in zrldsrl
AC_SEARCH_LIBS(dlopen, dl zrldsrl, gawk_have_dlopen=yes, gawk_have_dlopen=no)
- # Only do DYNAMIC if we have the lip. z/OS (some versions) have
+ # Only do DYNAMIC if we have the lib. z/OS (some versions) have
# the header but not the lib, apparently
if test "$gawk_have_dlopen" = yes
then