From 12c03ce05fd1c47dcb2b7ffc9b6bc3112bdef169 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 7 Sep 2004 23:22:09 +0000 Subject: r2245: Typo fix from trunk. (This used to be commit 93ddf001e3e079fd1d17096afd91eb93ae17474f) --- source3/configure.in | 4 ++-- 1 file 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)], -- cgit