diff options
author | Guido van Rossum <guido@python.org> | 1994-01-04 22:08:35 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-01-04 22:08:35 (GMT) |
commit | 7dd31d0608e6e8cf8f4aaa4b6b0530e349b57cd8 (patch) | |
tree | b2fb1940ac9c835de346b04a2f457be3df2465cf | |
parent | 79556aab8124ad7b7f5a76f6f8811ba14ba32908 (diff) | |
download | cpython-7dd31d0608e6e8cf8f4aaa4b6b0530e349b57cd8.zip cpython-7dd31d0608e6e8cf8f4aaa4b6b0530e349b57cd8.tar.gz cpython-7dd31d0608e6e8cf8f4aaa4b6b0530e349b57cd8.tar.bz2 |
Makefile.pre.in (renamed from Makefile.in.in), makesetup: changes to
support new build process and VPATH
Setup*: disable nis and fix comments
rest: fix compiler warnings
-rw-r--r-- | Modules/Setup.guido | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.guido b/Modules/Setup.guido index 49859cd..a0676c3 100644 --- a/Modules/Setup.guido +++ b/Modules/Setup.guido @@ -64,7 +64,7 @@ select selectmodule.o # select(2); not on ancient System V socket socketmodule.o # socket(2); not on ancient System V -# Multimedia modules -- off by default +# Multimedia modules -- on by default # These represent audio samples or images as strings audioop audioopmodule.o # Operations on audio samples |