diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-08-08 20:24:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-08-08 20:24:36 +0000 |
commit | f528522b5c83018283fb3e18eee049c8850786d4 (patch) | |
tree | 63716b3c622281c97798e56846d5ba2dfddacd41 /configure.in | |
parent | ceab7ba4f2b91ff047f59664af38d5e5314770de (diff) | |
download | emacs-f528522b5c83018283fb3e18eee049c8850786d4.tar.gz |
(alpha-dec-osf*): Specify GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
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* ) |