]> code.delx.au - gnu-emacs/commitdiff
(alpha-dec-osf*): Specify GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
authorRichard M. Stallman <rms@gnu.org>
Thu, 8 Aug 1996 20:24:36 +0000 (20:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 8 Aug 1996 20:24:36 +0000 (20:24 +0000)
configure.in

index 960bf51de90a222c540ad5c00a5be273db23e2c6..fafc66dda13c773e0247086a60c672c7077b1b98 100644 (file)
@@ -189,6 +189,9 @@ case "${canonical}" in
   ## 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* )