diff options
| author | Ted Ross <tross@apache.org> | 2011-02-01 01:41:07 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2011-02-01 01:41:07 +0000 |
| commit | a0a6c79a6f78b59e272f5598c53bb4e89c27f52c (patch) | |
| tree | 7bbbbd5d449263b99862ca0b2e312986f9ecd7df /cpp | |
| parent | 392f540c27ef1f31c73374b0b4dcb11a964ac938 (diff) | |
| download | qpid-python-a0a6c79a6f78b59e272f5598c53bb4e89c27f52c.tar.gz | |
QPID-3009 - Minor cleanup
The check for "h2xs" (which was there just to detect perl-devel) is no longer needed and was removed.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1065887 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 a0cf2fed76..ee1bade1c9 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -231,14 +231,13 @@ AM_CONDITIONAL([HAVE_PYTHON_DEVEL], [test -f $PYTHON_INC/Python.h && test -n "$S # Perl bindings: -AC_CHECK_PROG([H2XS], [h2xs], [h2xs]) AC_CHECK_PROG([PERL], [perl], [perl]) if test -n "$PERL"; then PERL_ARCHLIB=`perl -MConfig -e 'print "$Config{archlib}";'` AC_CHECK_FILE( ["$PERL_ARCHLIB/CORE/perl.h"], [AC_SUBST([PERL_INC], ["$PERL_ARCHLIB/CORE"])] ) fi -AM_CONDITIONAL([HAVE_PERL_DEVEL], [test -n "$PERL" && test -n "$H2XS" && test -n "$SWIG" && test -n "$PERL_INC"]) +AM_CONDITIONAL([HAVE_PERL_DEVEL], [test -n "$PERL" && test -n "$SWIG" && test -n "$PERL_INC"]) specdir=`pwd`/$srcdir/../specs AMQP_FINAL_XML=$specdir/amqp.0-10-qpid-errata.xml |
