diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8db997a6..c0de3125 100644 --- a/configure.ac +++ b/configure.ac @@ -292,6 +292,12 @@ if test "x$enable_extensions" != "xno"; then case $host_os in mirbsd*) : ;; + openedition*) # OS/390 z/OS POSIX layer + cat << \EOF > extension/Makefile +all dist check clean distclean install uninstall distcheck: + @exit 0 +EOF + ;; *) AC_CHECK_HEADER(dlfcn.h, [ |