aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-13 17:52:13 +0000
committerRichard M. Stallman1994-04-13 17:52:13 +0000
commita84cd140298a3a224df6a4bce4415e00681c46b3 (patch)
tree8daae608ed0963c65b8c4346b9b56e676e6cbd00
parent5f990f9f5520946f2e55a21e3a8ecfd208ef2551 (diff)
downloademacs-a84cd140298a3a224df6a4bce4415e00681c46b3.tar.gz
emacs-a84cd140298a3a224df6a4bce4415e00681c46b3.zip
(CFLAGS): Exclude ${CFLAGS} from singlequotes.
-rwxr-xr-xconfigure1.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure1.in b/configure1.in
index ec7e9f2246a..d0c14ba37db 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1317,9 +1317,9 @@ configure___ system_malloc=no
1317#endif 1317#endif
1318 1318
1319#ifdef __GNUC__ 1319#ifdef __GNUC__
1320configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH ${CFLAGS} 1320configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${CFLAGS}'
1321#else 1321#else
1322configure___ CFLAGS=C_DEBUG_SWITCH ${CFLAGS} 1322configure___ CFLAGS=C_DEBUG_SWITCH '${CFLAGS}'
1323#endif 1323#endif
1324' > ${tempcname} 1324' > ${tempcname}
1325# The value of CPP is a quoted variable reference, so we need to do this 1325# The value of CPP is a quoted variable reference, so we need to do this