diff options
| author | Arch Librarian <arch@canonical.com> | 2004-11-24 10:00:20 +0000 |
|---|---|---|
| committer | Arch Librarian <arch@canonical.com> | 2004-11-24 10:00:20 +0000 |
| commit | a0258d526ee5cffa2f117ff7babe3e228f8538c7 (patch) | |
| tree | d53bc591d6f1f2140f6fefde1aba8420a29ccecf /configure.in | |
| parent | 8d69127bf89691cec365780ccc10d6ee5be7332e (diff) | |
| download | python-apt-a0258d526ee5cffa2f117ff7babe3e228f8538c7.tar.gz | |
It makes packages, sort of
Author: jgg
Date: 2001-04-06 05:30:09 GMT
It makes packages, sort of
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ba614013..e62985c2 100644 --- a/configure.in +++ b/configure.in @@ -14,6 +14,7 @@ libs: include: @echo \$(INCLUDEPY) EOF + AC_CACHE_CHECK("python libs", ac_cv_libs_python, [ac_cv_libs_python=`make -s -f pytest libs 2> /dev/null`]) AC_CACHE_CHECK("python include", ac_cv_include_python, [ac_cv_include_python=`make -s -f pytest include 2> /dev/null`]) AC_CHECK_HEADER(python$ac_cv_ver_python/Python.h, |
