diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-08-02 14:45:19 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-08-02 14:45:19 -0400 |
commit | 1a96e18000db336129e0a99e3c86e7a57f152402 (patch) | |
tree | 2baf2a09402cedd80d6b24f7b001b3c5194cf017 /configure | |
parent | 18c72ec4eb9f53935a1a1d7145b919f8a8c8684e (diff) |
Remove some GCC-specific identifier choice and documentation
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -615,7 +615,7 @@ LIBOBJS SQHEADER MSHEADER PGHEADER -GCCARGS +CCARGS SITELISP INCLUDE LIB @@ -14578,7 +14578,7 @@ Ur/Web configuration: include directory: INCLUDE $INCLUDE site-lisp directory: SITELISP $SITELISP C compiler: CC $CC - Extra GCC args: GCCARGS $GCCARGS + Extra CC args: CCARGS $CCARGS Postgres C header: PGHEADER $PGHEADER MySQL C header: MSHEADER $MSHEADER SQLite C header: SQHEADER $SQHEADER |