diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-17 20:53:13 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-17 20:53:13 +0300 |
commit | 34e5e4114f8d7d9fe421a113698edec05dc95a15 (patch) | |
tree | 9fa649282275965c98dca17e10257305a0d668dd /configure | |
parent | 2cc5fc89122ca058bccb2f9652b4b4c1f89f7be6 (diff) | |
download | egawk-34e5e4114f8d7d9fe421a113698edec05dc95a15.tar.gz egawk-34e5e4114f8d7d9fe421a113698edec05dc95a15.tar.bz2 egawk-34e5e4114f8d7d9fe421a113698edec05dc95a15.zip |
Configuration fix for Cygwin.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -5936,15 +5936,6 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -case `(uname) 2> /dev/null` in -*CYGWIN*) - with_libiconv_prefix=no - with_libintl_prefix=no - ;; -*) - ;; -esac - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 $as_echo_n "checking whether NLS is requested... " >&6; } |