From bc03bcbb10e438a2232d65d19e893932c542fff9 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 11 Dec 1996 07:21:37 +0000 Subject: [PATCH] Change location of X11 library; the previous location is not valid for many distributions now. --- v7/src/microcode/s/linux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/s/linux.h b/v7/src/microcode/s/linux.h index 3c5f51b6e..29ea01a9a 100644 --- a/v7/src/microcode/s/linux.h +++ b/v7/src/microcode/s/linux.h @@ -1,7 +1,7 @@ /* -*-C-*- System file for Linux -$Id: linux.h,v 1.8 1996/11/08 18:30:05 adams Exp $ +$Id: linux.h,v 1.9 1996/12/11 07:21:37 cph Exp $ Copyright (c) 1995-96 Massachusetts Institute of Technology @@ -33,7 +33,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -#define LIBX11_MACHINE -L/usr/X11/lib +#define LIBX11_MACHINE -L/usr/X11R6/lib #define LIB_DEBUG -- 2.25.1