diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-26 20:38:51 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-26 20:38:51 +0200 |
commit | dad57e4fdd815c9038267ec0fc7aa593f20b0a05 (patch) | |
tree | c1348eeff44335e29ac7ab1eaab8dab000e671af /configure | |
parent | 0a66ebd338de385b08e8cf80c39b99f5abc205db (diff) | |
download | egawk-dad57e4fdd815c9038267ec0fc7aa593f20b0a05.tar.gz egawk-dad57e4fdd815c9038267ec0fc7aa593f20b0a05.tar.bz2 egawk-dad57e4fdd815c9038267ec0fc7aa593f20b0a05.zip |
Fix configure for MirBSD also. Bleah.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -10068,9 +10068,7 @@ if test "x$enable_extensions" != "xno"; then extensions_supported=no case $host_os in - mirbsd*) - : ;; - openedition*) # OS/390 z/OS POSIX layer + mirbsd* | openedition*) # OS/390 z/OS POSIX layer cat << \EOF > extension/Makefile all dist check clean distclean install uninstall distcheck: @exit 0 |