]> granicus.if.org Git - python/commitdiff
Typo (missing _) in _xdr line.
authorGuido van Rossum <guido@python.org>
Fri, 30 Aug 1996 20:41:30 +0000 (20:41 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 30 Aug 1996 20:41:30 +0000 (20:41 +0000)
Modules/Setup.in

index 505aa602435b329b3b2c0695e0e6b103e7084c3f..6538cd44fbf186566c5a300373aec9e805e705c3 100644 (file)
@@ -139,7 +139,7 @@ errno errnomodule.c # posix (UNIX) errno values
 #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.