]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in the value of CPP.
authorEli Zaretskii <eliz@gnu.org>
Tue, 23 Oct 2001 07:24:43 +0000 (07:24 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 23 Oct 2001 07:24:43 +0000 (07:24 +0000)
etc/PROBLEMS

index d2c12e29e615a529d2eb226865dd0033725b61d5..d4efbaf19e65555123c6101e282aa943b0252ec0 100644 (file)
@@ -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).