summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-04-01 09:52:36 +0000
committerAndrew Tridgell <tridge@samba.org>2002-04-01 09:52:36 +0000
commit9dc5b31936e5ddfd45e1679ed771b0c89bb36d2e (patch)
treec043c296c98d8664257e2436994702911c72c62b /source3/configure.in
parentb0f405d825f8b05b3bb787516cd24784a828bc48 (diff)
downloadsamba-9dc5b31936e5ddfd45e1679ed771b0c89bb36d2e.tar.gz
samba-9dc5b31936e5ddfd45e1679ed771b0c89bb36d2e.tar.bz2
samba-9dc5b31936e5ddfd45e1679ed771b0c89bb36d2e.zip
not all versions of gcc support -rdynamic
for example, gcc 2.95.2 on sco1 doesn't (This used to be commit aa7eab724558af6d2b00975ed13f7407301eafa9)
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.