diff options
author | Guido van Rossum <guido@python.org> | 1998-04-10 19:17:15 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-04-10 19:17:15 +0000 |
commit | bd24eb447e398906a903de7c407f4afc9ec939d2 (patch) | |
tree | 9fe78102eb1df2553f97d9f09b93059255046b2e /config.h.in | |
parent | c296651e101b37f4bf1ef1c2ca28c57a7a0d153a (diff) | |
download | cpython-git-bd24eb447e398906a903de7c407f4afc9ec939d2.tar.gz |
We no longer check for libsun.a.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 01f6c97f8b..f2393daa89 100644 --- a/config.h.in +++ b/config.h.in @@ -396,6 +396,3 @@ /* Define if you have the ieee library (-lieee). */ #undef HAVE_LIBIEEE - -/* Define if you have the sun library (-lsun). */ -#undef HAVE_LIBSUN |