summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-08-04 15:16:14 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-08-04 15:16:14 +0000
commita7d400ad073ce35c44fcdfbf682254cdae0a8238 (patch)
tree7a35f50b3276359e8f47a8b777eb1edeebaabc2f /configure
parent5d844d3271d8797e307ab012d59e7e613c473ecc (diff)
downloadpostgresql-a7d400ad073ce35c44fcdfbf682254cdae0a8238.tar.gz
Fix inadequate quoting in test for AIX xlc.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 973c9ebf55..d7b0d7553b 100755
--- a/configure
+++ b/configure
@@ -3081,7 +3081,7 @@ echo "${ECHO_T}no" >&6
fi
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-elif test ${CC} = "xlc"; then
+elif test x"${CC}" = x"xlc"; then
# AIX xlc has to have strict aliasing turned off too
echo "$as_me:$LINENO: checking if $CC supports -qnoansialias" >&5
echo $ECHO_N "checking if $CC supports -qnoansialias... $ECHO_C" >&6