summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-01 01:46:21 -0500
committermidipix <writeonce@midipix.org>2019-01-01 01:47:55 -0500
commitf55188260aadbb612c995e6d7df0020fd26b4266 (patch)
treebfece27f7e74c77806c1f754d6958649a6019d38 /configure
parent7fd6d6ce0e8f02b02c3f7a3571d7d6090212b297 (diff)
downloadntapi-f55188260aadbb612c995e6d7df0020fd26b4266.tar.bz2
ntapi-f55188260aadbb612c995e6d7df0020fd26b4266.tar.xz
build system: replace config_support() with ccenv_dso_verify().
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure22
1 files changed, 0 insertions, 22 deletions
diff --git a/configure b/configure
index 95e1ba9..303721a 100755
--- a/configure
+++ b/configure
@@ -460,27 +460,6 @@ config_cfghost()
}
-config_support()
-{
- [ _$mb_disable_shared = _yes ] && return 0
-
- mbt_cc=$(make .display-cc)
- mbt_cflags=$(make .display-cflags)
- mbt_source='int foo(int x){return ++x;}'
- mbt_result=no
-
- rm -f a.out
- printf '%s' "$mbt_source" | $mbt_cc -shared -o a.out -xc -
- [ -f a.out ] && mbt_result=yes
- rm -f a.out
-
- if [ $mbt_result = no ]; then
- mb_disable_shared=yes
- config_copy
- fi
-}
-
-
config_host()
{
make -s host.tag && return 0
@@ -787,7 +766,6 @@ config_copy
config_ccenv
config_custom
config_cfghost
-config_support
config_host
config_status