diff options
author | Rob Austein <sra@hactrn.net> | 2010-11-23 14:49:29 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-11-23 14:49:29 +0000 |
commit | 07951ba2ffa29410b1c38d625312a1fd0911b4c5 (patch) | |
tree | 6d2fc656c32621a98e5481c61fb368bddf947863 /configure.ac | |
parent | 84f42df575167260f9d48affc107306ed7fa6a87 (diff) |
Rework pywrap build again, busing distutils.sysconfig this time to
catch all the weird system-dependent library stuff.
svn path=/configure; revision=3561
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bd94ad6e..bfbf6fca 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,6 @@ AC_PATH_PROG([AWK], [awk], [awk]) AC_CONFIG_FILES([Makefile openssl/Makefile - pow/pywrap/Makefile rcynic/Makefile rcynic/show.sh rpkid/rpki/__doc__.py]) |