diff options
Diffstat (limited to 'rpkid/setup.py')
-rw-r--r-- | rpkid/setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rpkid/setup.py b/rpkid/setup.py index 7ddd8c02..273d4eae 100644 --- a/rpkid/setup.py +++ b/rpkid/setup.py @@ -22,8 +22,6 @@ try: import setup_autoconf as autoconf except ImportError: - # We can't build or install without the autoconf settings, but this - # allows things like "python setup.py --help" to work. class autoconf: sbindir = libexecdir = datarootdir = sysconfdir = CFLAGS = LDFLAGS = LIBS = "" |