commit | 6eed906533771c244472485cb5f5bf14dd8784f7 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 30 20:41:30 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 30 20:41:30 1996 +0000 |
tree | 5135ae2befd825e35b8d64b776469deef73c7fe1 | |
parent | 6c0b2340063345a581922bd14ed272fa09c84f28 [diff] |
Typo (missing _) in _xdr line.
diff --git a/Modules/Setup.in b/Modules/Setup.in index 505aa60..6538cd4 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in
@@ -139,7 +139,7 @@ #dbm dbmmodule.c # dbm(3) may require -lndbm or similar #nis nismodule.c # Sun yellow pages -- not everywhere #termios termios.c # Steen Lumholt's termios module -#_xdr xdrmodule.c # -lnsl # Helper for xdrlib.py +#_xdr _xdrmodule.c # -lnsl # Helper for xdrlib.py # Multimedia modules -- on by default.