From 11cadb6f4712bd01ad48e3e39e895c2a9e1bbc38 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 26 Apr 2006 19:15:11 +0000 Subject: r15289: Put references to $PICFLAGS in quotes. Fixes #3725. (This used to be commit 2aad5e915c03ec932feb1bc9e1dae938fa3011a2) --- source3/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index d700740c0d..cf079800fb 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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]) -- cgit