From a7d400ad073ce35c44fcdfbf682254cdae0a8238 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 4 Aug 2006 15:16:14 +0000 Subject: Fix inadequate quoting in test for AIX xlc. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 7031f7d380..7a1598832e 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.470 2006/07/27 13:20:24 momjian Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.471 2006/08/04 15:16:14 tgl Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -284,7 +284,7 @@ choke me # Disable strict-aliasing rules; needed for gcc 3.3+ PGAC_PROG_CC_CFLAGS_OPT([-fno-strict-aliasing]) -elif test ${CC} = "xlc"; then +elif test x"${CC}" = x"xlc"; then # AIX xlc has to have strict aliasing turned off too PGAC_PROG_CC_CFLAGS_OPT([-qnoansialias]) fi -- cgit v1.2.1