diff options
author | Tim Potter <tpot@samba.org> | 2004-09-07 23:22:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:37 -0500 |
commit | 12c03ce05fd1c47dcb2b7ffc9b6bc3112bdef169 (patch) | |
tree | da2537d75dd91bfb32e3b20017789ae432761fea | |
parent | a1763b39a3349cf47ea476721eb8098848170e66 (diff) | |
download | samba-12c03ce05fd1c47dcb2b7ffc9b6bc3112bdef169.tar.gz samba-12c03ce05fd1c47dcb2b7ffc9b6bc3112bdef169.tar.bz2 samba-12c03ce05fd1c47dcb2b7ffc9b6bc3112bdef169.zip |
r2245: Typo fix from trunk.
(This used to be commit 93ddf001e3e079fd1d17096afd91eb93ae17474f)
-rw-r--r-- | source3/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in index 6a85e9d86b..50ac335647 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1216,7 +1216,7 @@ if test "$enable_shared" = "yes"; then if test $ac_cv_prog_cc_Ae = yes; then BLDSHARED="true" SHLD="/usr/bin/ld" - LDSHFLAGS="-B symbolic -b -z" + LDSHFLAGS="-b -Wl,-B,symbolic,-b,-z" SONAMEFLAG="+h " PICFLAGS="+z" elif test "${GCC}" = "yes"; then @@ -4236,7 +4236,7 @@ AC_SUBST(WINBIND_NSS_LDSHFLAGS) AC_SUBST(WINBIND_NSS_EXTRA_OBJS) AC_SUBST(WINBIND_NSS_EXTRA_LIBS) -# Check the setting of --with-winbindd +# Check the setting of --with-winbind AC_ARG_WITH(winbind, [ --with-winbind Build winbind (default, if supported by OS)], |