1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r16676: .o generates other warnings, use the Solaris trick with .po.o also for AIX.

Fix a configure.in output line

Volker
(This used to be commit 1a80266d77)
This commit is contained in:
Volker Lendecke 2006-06-29 16:34:15 +00:00 committed by Gerald (Jerry) Carter
parent d88926f6b4
commit 48229b35d7

View File

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