diff options
author | Alan Conway <aconway@apache.org> | 2010-03-22 19:58:13 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-03-22 19:58:13 +0000 |
commit | f7ec31f3914314d6d0d59c6617ef10a54c21654a (patch) | |
tree | 718cbcc9403303fdad61f0fc9743dd0784155b66 /cpp | |
parent | a42cd298b997c76f0d34aee1dea19a4d44cce09d (diff) | |
download | qpid-python-f7ec31f3914314d6d0d59c6617ef10a54c21654a.tar.gz |
Fix error in path to amqp.xml in configure.ac.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@926294 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac index ae2e1ed526..adcf4c5dd2 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -235,8 +235,7 @@ if test -n "$PYTHON" ; then fi AM_CONDITIONAL([HAVE_PYTHON_DEVEL], [test -f $PYTHON_INC/Python.h && test -n "$SWIG"]) - -specdir=`pwd`/$top_srcdir/../specs +specdir=`pwd`/$srcdir/../specs AMQP_FINAL_XML=$specdir/amqp.0-10-qpid-errata.xml AC_SUBST(AMQP_FINAL_XML) AM_CONDITIONAL([GENERATE], [test -f $AMQP_FINAL_XML]) |