diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-04-28 01:26:00 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-04-28 01:26:00 +0000 |
commit | 5b3f12245641e16c7097db6058333d9ffbba7152 (patch) | |
tree | b20278b92b33e31a7be6a94ac2d2f776667827e6 /configure.in | |
parent | c40b6c821117cd8090fbe17cd319fcb5c6386ff0 (diff) | |
download | emacs-5b3f12245641e16c7097db6058333d9ffbba7152.tar.gz |
(sunos4.1.3): Use shared libraries, since that's
what the header file expects.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 255c2cb6062..5757816f6b6 100644 --- a/configure.in +++ b/configure.in @@ -648,8 +648,6 @@ case "${canonical}" in i[345]86-*-sunos4 ) opsys=sunos4-0 ;; *-sunos4.0* ) opsys=sunos4-0 ;; *-sunos4.1.3* ) opsys=sunos4-1-3 - NON_GCC_TEST_OPTIONS=-Bstatic - GCC_TEST_OPTIONS=-static NON_GNU_CPP=/usr/lib/cpp ;; *-sunos4shr* ) opsys=sunos4shr |