From c30a51f61dd44130ded9ab51852f3ff9b96a2c35 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Tue, 18 Mar 2008 14:30:54 -0700 Subject: [PATCH] bustage fix for solaris from bug 403224 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index b423bcce0b9d..8592e7755a05 100644 --- a/configure.in +++ b/configure.in @@ -6667,7 +6667,7 @@ fi CFLAGS="$_SAVE_CFLAGS" -if test -n $INTEL_CC; then +if test -n "$INTEL_CC"; then PROFILE_GEN_CFLAGS="-prof-gen -prof-dir ." PROFILE_GEN_LDFLAGS= PROFILE_USE_CFLAGS="-prof-use -prof-dir ."