Mercurial > emacs
changeset 40197:3ce5ada6fda1
Fix a typo in the value of CPP.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 23 Oct 2001 07:24:43 +0000 |
parents | 32562176a269 |
children | 0bd966523c89 |
files | etc/PROBLEMS |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/PROBLEMS Mon Oct 22 18:48:09 2001 +0000 +++ b/etc/PROBLEMS Tue Oct 23 07:24:43 2001 +0000 @@ -19,7 +19,7 @@ unknown ones. To force the `configure' script to use `-traditional', run the script like this: - CPP='gcc -E -traditional" ./configure ... + CPP='gcc -E -traditional' ./configure ... (replace the ellipsis "..." with any additional arguments you pass to the script).