From 6d0465971e264b461eaeb92a3352235983f8e9fb Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 20 May 2010 00:41:36 +0000 Subject: [PATCH] An obvious optimization. :-) This commit was SVN r23183. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 10cb8217ca..2067833f88 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,7 @@ AC_USE_SYSTEM_EXTENSIONS # AC_USE_SYSTEM_EXTENSIONS will modify CFLAGS if nothing was in there # beforehand. We don't want that. So if there was nothing in # CFLAGS, put nothing back in there. -AS_IF([test -z "$CFLAGS_save"], [CFLAGS=$CFLAGS_save]) +AS_IF([test -z "$CFLAGS_save"], [CFLAGS=]) CFLAGS_save= # Get our platform support file. This has to be done very, very early