gawk: remove hack to disable multibyte support.

This commit is contained in:
Jessica Hamilton
2017-01-12 23:16:57 +00:00
parent fc2a2d9835
commit 53b60b8da1

View File

@@ -53,7 +53,6 @@ BUILD()
libtoolize --force --copy --install
runConfigure ./configure \
--disable-rpath --with-gnu-ld
sed -i '/.*HAVE_WCTYPE_H.*/c\#undef HAVE_WCTYPE_H' config.h
make $jobArgs
}