mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-24 05:22:04 -08:00
Fix a typo in the value of CPP.
This commit is contained in:
parent
eaf4d779b6
commit
dedb19550f
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ when it detects the known problems in your cpp, but you might hit some
|
|||
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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue