You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2011/02/01 02:41:07 UTC

svn commit: r1065887 - /qpid/trunk/qpid/cpp/configure.ac

Author: tross
Date: Tue Feb  1 01:41:07 2011
New Revision: 1065887

URL: http://svn.apache.org/viewvc?rev=1065887&view=rev
Log:
QPID-3009 - Minor cleanup
The check for "h2xs" (which was there just to detect perl-devel) is no longer needed and was removed.

Modified:
    qpid/trunk/qpid/cpp/configure.ac

Modified: qpid/trunk/qpid/cpp/configure.ac
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/configure.ac?rev=1065887&r1=1065886&r2=1065887&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/configure.ac (original)
+++ qpid/trunk/qpid/cpp/configure.ac Tue Feb  1 01:41:07 2011
@@ -231,14 +231,13 @@ AM_CONDITIONAL([HAVE_PYTHON_DEVEL], [tes
 
 # 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



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org