From: Eli Zaretskii Date: Tue, 23 Oct 2001 07:24:43 +0000 (+0000) Subject: Fix a typo in the value of CPP. X-Git-Tag: ttn-vms-21-2-B4~19244 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=173de9971e9578405ae69b23c172bbef628996ce;p=emacs.git Fix a typo in the value of CPP. --- 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 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).