diff options
| author | Eli Zaretskii | 2001-10-23 07:24:43 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-10-23 07:24:43 +0000 |
| commit | 173de9971e9578405ae69b23c172bbef628996ce (patch) | |
| tree | f57d9e96792e3c1cb41a5bf0b25448ae3f217759 /etc/PROBLEMS | |
| parent | e38e28391911881e6e82688dd05d8b95a04ee4d6 (diff) | |
| download | emacs-173de9971e9578405ae69b23c172bbef628996ce.tar.gz emacs-173de9971e9578405ae69b23c172bbef628996ce.zip | |
Fix a typo in the value of CPP.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index d2c12e29e61..d4efbaf19e6 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -19,7 +19,7 @@ when it detects the known problems in your cpp, but you might hit some | |||
| 19 | unknown ones. To force the `configure' script to use `-traditional', | 19 | unknown ones. To force the `configure' script to use `-traditional', |
| 20 | run the script like this: | 20 | run the script like this: |
| 21 | 21 | ||
| 22 | CPP='gcc -E -traditional" ./configure ... | 22 | CPP='gcc -E -traditional' ./configure ... |
| 23 | 23 | ||
| 24 | (replace the ellipsis "..." with any additional arguments you pass to | 24 | (replace the ellipsis "..." with any additional arguments you pass to |
| 25 | the script). | 25 | the script). |