From 31ba73cb9db4f9cb830f03817c8c486867a75fc0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 11 Aug 1993 04:47:56 +0000 Subject: [PATCH] (C_SWITCH_X_SYSTEM): Define instead of C_SWITCH_SYSTEM. --- src/s/hpux8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s/hpux8.h b/src/s/hpux8.h index 855967b856e..9bebd5d4a56 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h @@ -12,7 +12,7 @@ #define LIBX11_SYSTEM -lXext #define LIB_X11_LIB -L/usr/lib/X11R5 -L/usr/lib/X11R4 -lX11 -#define C_SWITCH_SYSTEM -I/usr/include/X11R5 -I/usr/include/X11R4 +#define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/X11R4 /* Don't use shared libraries. unexec doesn't handle them. Note GCC automatically passes -a archive to ld, and it has its own -- 2.39.5