> 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
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel
