summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/configure.in b/source3/configure.in
index a7efe4885a..af6168f779 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -86,11 +86,6 @@ AC_VALIDATE_CACHE_SYSTEM_TYPE
DYNEXP=
-# I'm sure gcc supports -rdynamic
-if test "$ac_cv_prog_gcc" = yes; then
- DYNEXP="-rdynamic"
-fi
-
#
# Config CPPFLAG settings for strange OS's that must be set
# before other tests.