changeset 15843:b2baf393982f

(alpha-dec-osf*): Specify GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
author Richard M. Stallman <rms@gnu.org>
date Thu, 08 Aug 1996 20:24:36 +0000
parents e8d7059aadc3
children 090728aee80a
files configure.in
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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* )