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.ac | |
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.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 19a32c22..98b62168 100644 --- a/configure.ac +++ b/configure.ac @@ -290,9 +290,7 @@ if test "x$enable_extensions" != "xno"; then dnl On MirBSD (and probably other systems), don't even try. 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 |