diff options
| author | Richard M. Stallman | 1994-04-13 17:52:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-13 17:52:13 +0000 |
| commit | a84cd140298a3a224df6a4bce4415e00681c46b3 (patch) | |
| tree | 8daae608ed0963c65b8c4346b9b56e676e6cbd00 | |
| parent | 5f990f9f5520946f2e55a21e3a8ecfd208ef2551 (diff) | |
| download | emacs-a84cd140298a3a224df6a4bce4415e00681c46b3.tar.gz emacs-a84cd140298a3a224df6a4bce4415e00681c46b3.zip | |
(CFLAGS): Exclude ${CFLAGS} from singlequotes.
| -rwxr-xr-x | configure1.in | 4 |
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__ |
| 1320 | configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH ${CFLAGS} | 1320 | configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${CFLAGS}' |
| 1321 | #else | 1321 | #else |
| 1322 | configure___ CFLAGS=C_DEBUG_SWITCH ${CFLAGS} | 1322 | configure___ 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 |