Mercurial > emacs
changeset 3279:40cbb2abad94
* linux.h (C_OPTIMIZE_SWITCH): Set this to the empty string;
configure guesses just fine.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 29 May 1993 21:26:28 +0000 |
parents | 6376735acde8 |
children | 3b3717164db0 |
files | src/s/gnu-linux.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/gnu-linux.h Sat May 29 21:11:09 1993 +0000 +++ b/src/s/gnu-linux.h Sat May 29 21:26:28 1993 +0000 @@ -184,6 +184,7 @@ #define LIBS_DEBUG #define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/ #define LIB_STANDARD -lc /* avoid -lPW */ +#define C_OPTIMIZE_SWITCH /* configure can guess this just fine */ #ifdef HAVE_X11 #define LD_SWITCH_SYSTEM -L/usr/X386/lib #endif