r16676: .o generates other warnings, use the Solaris trick with .po.o also for AIX.
authorVolker Lendecke <vlendec@samba.org>
Thu, 29 Jun 2006 16:34:15 +0000 (16:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:19:07 +0000 (11:19 -0500)
Fix a configure.in output line

Volker
(This used to be commit 1a80266d77bb95edaa221c14652b2c6fa9932ab6)

source3/configure.in

index d285647df377dafa7cefa3b5c17c238d8d6a54fd..884c2cea6abd172515f2e10af1a0c386e72b8577 100644 (file)
@@ -1735,8 +1735,8 @@ if test "$enable_shared" = "yes"; then
                        DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc"
                        PICFLAGS="-O2"
                        # as AIX code is always position independent...
-                       # .po will just create compile warnings, use .o:
-                       PICSUFFIX="o"
+                       # .po will just create compile warnings, use po.o:
+                       PICSUFFIX="po.o"
                        if test "${GCC}" != "yes"; then
                                ## for funky AIX compiler using strncpy()
                                CFLAGS="$CFLAGS -D_LINUX_SOURCE_COMPAT -qmaxmem=32000"
@@ -3093,7 +3093,7 @@ fi
 #################################################
 # check whether to compile AFS/NT ACL mapping module
 samba_cv_WITH_VFS_AFSACL=no
-AC_MSG_CHECKING(whether to use AFS fake-kaserver)
+AC_MSG_CHECKING(whether to use AFS ACL mapping module)
 AC_ARG_WITH(vfs-afsacl,
 [  --with-vfs-afsacl       Include AFS to NT ACL mapping module (default=no) ],
 [ case "$withval" in