]> code.delx.au - gnu-emacs/blobdiff - INSTALL
add support to flymake for php, add support to flymake for perl module files (.pm)
[gnu-emacs] / INSTALL
diff --git a/INSTALL b/INSTALL
index 6e73c3da2510bb12170075cdc83252fa79bbdc70..11faec25ef5781866fd9c0acf4e4bc41fc70baa5 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -294,11 +294,6 @@ to search for GTK by specifying `--with-pkg-config-prog=PATH' where
 PATH is the pathname to pkg-config.  Note that GTK version 2.4 or
 newer is required for Emacs.
 
-The `--with-gcc' option specifies that the build process should
-compile Emacs using GCC.  If you don't want to use GCC, specify
-`--with-gcc=no'.  If you omit this option, `configure' will search
-for GCC in your path, and use it if present.
-
 The Emacs mail reader RMAIL is configured to be able to read mail from
 a POP3 server by default.  Versions of the POP protocol older than
 POP3 are not supported.  For Kerberos-authenticated POP add
@@ -393,7 +388,7 @@ before running `configure'.  CPP is the command which invokes the
 preprocessor, CPPFLAGS lists the options passed to it, CFLAGS are
 compilation options, LDFLAGS are options used when linking, LIBS are
 libraries to link against, and CC is the command which invokes the
-compiler.
+compiler.  By default, gcc is used if available.
 
 Here's an example of a `configure' invocation, assuming a Bourne-like
 shell such as Bash, which uses these variables: