From: Richard M. Stallman Date: Thu, 8 Aug 1996 20:24:36 +0000 (+0000) Subject: (alpha-dec-osf*): Specify GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS. X-Git-Tag: emacs-19.34~19 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f528522b5c83018283fb3e18eee049c8850786d4;p=emacs.git (alpha-dec-osf*): Specify GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS. --- diff --git a/configure.in b/configure.in index 960bf51de90..fafc66dda13 100644 --- a/configure.in +++ b/configure.in @@ -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* )