]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r2245: Typo fix from trunk.
authorTim Potter <tpot@samba.org>
Tue, 7 Sep 2004 23:22:09 +0000 (23:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:37 +0000 (10:52 -0500)
source/configure.in

index 6a85e9d86bdbb1f0d2b3162beec7a372455f0d08..50ac33564770da73cf45a2335839b8d47ef4a4c3 100644 (file)
@@ -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)],