1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix inadequate quoting in test for AIX xlc.

This commit is contained in:
Tom Lane
2006-08-04 15:16:14 +00:00
parent 5d844d3271
commit a7d400ad07
2 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -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