aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-01-17 10:04:05 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-01-17 10:04:05 +0200
commitf00fc299f09b0234660bf7c97ce458a4044ec111 (patch)
treea2a10fcf9eb6261cad670a2b08712da22990a8e5 /configure
parenta0414ef0949eaf66c467abd5009790a6f339b164 (diff)
downloadegawk-f00fc299f09b0234660bf7c97ce458a4044ec111.tar.gz
egawk-f00fc299f09b0234660bf7c97ce458a4044ec111.tar.bz2
egawk-f00fc299f09b0234660bf7c97ce458a4044ec111.zip
Configure fixes for z/OS.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index c3068aa6..c51e21ab 100755
--- a/configure
+++ b/configure
@@ -10070,6 +10070,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_fn_c_check_header_mongrel "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default"
if test "x$ac_cv_header_dlfcn_h" = xyes; then :