aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-03-01 13:35:19 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-03-01 13:35:19 +0200
commitc39c22ef05a188119bbf6da7b80e900ff3fcab31 (patch)
treef21b237b72f45853d355cb23d5e91dc158f38021 /configure
parent0b59be74188529bcb0aa3476fee51a525b365391 (diff)
downloadegawk-c39c22ef05a188119bbf6da7b80e900ff3fcab31.tar.gz
egawk-c39c22ef05a188119bbf6da7b80e900ff3fcab31.tar.bz2
egawk-c39c22ef05a188119bbf6da7b80e900ff3fcab31.zip
Don't build the extensions if no API support.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index c4c89138..271ac8a2 100755
--- a/configure
+++ b/configure
@@ -10026,6 +10026,10 @@ $as_echo "#define HAVE_MBRTOWC 1" >>confdefs.h
fi
+case `uname` in
+MirBSD | MirOS)
+ : ;;
+*)
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 :
@@ -10108,6 +10112,8 @@ $as_echo "#define DYNAMIC 1" >>confdefs.h
fi
+ ;;
+esac
case `(uname) 2> /dev/null` in
*VMS*|*BeOS*|*OS/2*|*MS-DOS*)