diff options
| author | Ted Ross <tross@apache.org> | 2008-09-05 14:11:23 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-09-05 14:11:23 +0000 |
| commit | 3fab8e0750ab1fe0a6b68545594033559133ca6a (patch) | |
| tree | cfe000496fe2e5d90a2793bf52d2978d6a9c1212 /cpp/configure.ac | |
| parent | 8589a44b4c85c423d73c371f1dcdceca0d14f927 (diff) | |
| download | qpid-python-3fab8e0750ab1fe0a6b68545594033559133ca6a.tar.gz | |
QPID-1274 - Improved packaging for management agent and code generation tool
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@692450 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
| -rw-r--r-- | cpp/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac index 9c977d05d6..2b94430e29 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -318,6 +318,8 @@ if test $poller = xno; then AC_MSG_ERROR([Polling mechanism not implemented for $host]) fi +AM_PATH_PYTHON() + # Files to generate AC_CONFIG_FILES([ Makefile |
