diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-18 09:15:21 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-18 09:15:21 +0300 |
commit | 06b33e787f779251ab35840c21d3c0f5a7650f32 (patch) | |
tree | d1dcfb12a02eb4a59071f06a4755780ff33b9d85 | |
parent | 7bba43aaf10a4b275c845fe6df02011828aa9c1a (diff) | |
download | egawk-06b33e787f779251ab35840c21d3c0f5a7650f32.tar.gz egawk-06b33e787f779251ab35840c21d3c0f5a7650f32.tar.bz2 egawk-06b33e787f779251ab35840c21d3c0f5a7650f32.zip |
Typo fix.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2013-04-18 Arnold D. Robbins <arnold@skeeve.com> + + * configure.ac: Fix a typo. + 2013-04-17 Corinna Vinschen <vinschen@redhat.com> * configure.ac: Remove special casing for cygwin for libiconv @@ -10139,7 +10139,7 @@ else gawk_have_dlopen=no fi - # 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 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 |