> I've now changed the condition to:

>       ((memq system-type '(darwin berkeley-unix)) "gcc -E -C -")

Testing system-type strikes me as wrong (as usual).  Since it's the
penultimate entry and the last one says "/lib/cpp" we should probably just
do something more like:

        ((not (file-executable-p "/lib/cpp")) "gcc -E -C -")


-- Stefan


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to