summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_autoconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/wafsamba/samba_autoconf.py')
-rw-r--r--buildtools/wafsamba/samba_autoconf.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/buildtools/wafsamba/samba_autoconf.py b/buildtools/wafsamba/samba_autoconf.py
index ec069485da..bc888d557d 100644
--- a/buildtools/wafsamba/samba_autoconf.py
+++ b/buildtools/wafsamba/samba_autoconf.py
@@ -534,15 +534,6 @@ def CURRENT_CFLAGS(bld, target, cflags):
ret.extend(list)
return ret
-@conf
-def CHECK_RPATH_SUPPORT(conf):
- '''see if the system supports rpath'''
- return conf.CHECK_CODE('int x',
- define='HAVE_RPATH_SUPPORT',
- execute=True,
- local_include=False,
- msg='Checking for rpath support',
- cflags='-Wl,-rpath=.')
@conf
def CHECK_CC_ENV(conf):