# HG changeset patch # User Richard M. Stallman # Date 839535876 0 # Node ID b2baf393982f5ed9b8f2d0ca9757e39492612218 # Parent e8d7059aadc374245a9ee0fa80cf51dd004fcc2d (alpha-dec-osf*): Specify GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS. diff -r e8d7059aadc3 -r b2baf393982f configure.in --- a/configure.in Thu Aug 08 20:05:31 1996 +0000 +++ b/configure.in Thu Aug 08 20:24:36 1996 +0000 @@ -189,6 +189,9 @@ ## Alpha (DEC) machines. alpha-dec-osf* ) machine=alpha opsys=osf1 + # This is needed to find X11R6.1 libraries for certain tests. + NON_GCC_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib + GCC_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib ;; alpha-*-linux-gnu* )