mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
not all versions of gcc support -rdynamic
for example, gcc 2.95.2 on sco1 doesn't
This commit is contained in:
parent
63702ca3a4
commit
aa7eab7245
1529
source/configure
vendored
1529
source/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user