# HG changeset patch # User Richard M. Stallman # Date 766259533 0 # Node ID e0b9e757376c7ef4ff4d70a9a5386760f0dcedcd # Parent df94ce8c363cd834b8462a6b7c8ee98ee079ae7c (CFLAGS): Exclude ${CFLAGS} from singlequotes. diff -r df94ce8c363c -r e0b9e757376c configure1.in --- a/configure1.in Wed Apr 13 17:13:42 1994 +0000 +++ b/configure1.in Wed Apr 13 17:52:13 1994 +0000 @@ -1317,9 +1317,9 @@ #endif #ifdef __GNUC__ -configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH ${CFLAGS} +configure___ CFLAGS=C_DEBUG_SWITCH C_OPTIMIZE_SWITCH '${CFLAGS}' #else -configure___ CFLAGS=C_DEBUG_SWITCH ${CFLAGS} +configure___ CFLAGS=C_DEBUG_SWITCH '${CFLAGS}' #endif ' > ${tempcname} # The value of CPP is a quoted variable reference, so we need to do this