mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r15289: Put references to $PICFLAGS in quotes. Fixes #3725.
(This used to be commit 2aad5e915c03ec932feb1bc9e1dae938fa3011a2)
This commit is contained in:
parent
0ec947bf1a
commit
11cadb6f47
@ -2913,7 +2913,7 @@ AC_ARG_WITH(smbwrapper,
|
||||
|
||||
# Conditions under which smbwrapper should not be built.
|
||||
|
||||
if test x$PICFLAGS = x; then
|
||||
if test x"$PICFLAGS" = x; then
|
||||
echo No support for PIC code - disabling smbwrapper and smbsh
|
||||
WRAPPROG=""
|
||||
WRAP=""
|
||||
@ -3862,7 +3862,7 @@ AC_ARG_WITH(pam_smbpass,
|
||||
|
||||
# Conditions under which pam_smbpass should not be built.
|
||||
|
||||
if test x$PICFLAGS = x; then
|
||||
if test x"$PICFLAGS" = x; then
|
||||
AC_MSG_ERROR([No support for PIC code])
|
||||
elif test x"$ac_cv_header_security_pam_appl_h" = x"no"; then
|
||||
AC_MSG_ERROR([No security/pam_appl.h found])
|
||||
|
Loading…
x
Reference in New Issue
Block a user