aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorJim Blandy1993-05-29 21:26:28 +0000
committerJim Blandy1993-05-29 21:26:28 +0000
commit9183f1f9906f0d3c75560ffc05fb7a4126a8f94a (patch)
treef4ab54a0bdd225af5844c706fc8f82f529d75ade /src/s/gnu-linux.h
parent04d9326a1294ff45f7d635c663e99354b7090c83 (diff)
downloademacs-9183f1f9906f0d3c75560ffc05fb7a4126a8f94a.tar.gz
emacs-9183f1f9906f0d3c75560ffc05fb7a4126a8f94a.zip
* linux.h (C_OPTIMIZE_SWITCH): Set this to the empty string;
configure guesses just fine.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index d2f99952d62..dc1becd5e69 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -184,6 +184,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
184#define LIBS_DEBUG 184#define LIBS_DEBUG
185#define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/ 185#define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/
186#define LIB_STANDARD -lc /* avoid -lPW */ 186#define LIB_STANDARD -lc /* avoid -lPW */
187#define C_OPTIMIZE_SWITCH /* configure can guess this just fine */
187#ifdef HAVE_X11 188#ifdef HAVE_X11
188#define LD_SWITCH_SYSTEM -L/usr/X386/lib 189#define LD_SWITCH_SYSTEM -L/usr/X386/lib
189#endif 190#endif