You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2013/10/29 15:40:40 UTC

svn commit: r1536738 - /qpid/trunk/qpid/cpp/bindings/CMakeLists.txt

Author: astitcher
Date: Tue Oct 29 14:40:39 2013
New Revision: 1536738

URL: http://svn.apache.org/r1536738
Log:
QPID-5260: Get test for building Perl bindings correct

Modified:
    qpid/trunk/qpid/cpp/bindings/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/bindings/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/CMakeLists.txt?rev=1536738&r1=1536737&r2=1536738&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/bindings/CMakeLists.txt Tue Oct 29 14:40:39 2013
@@ -83,9 +83,9 @@ if (SWIG_FOUND)
     option(BUILD_BINDING_RUBY "Build Ruby bindings" ON)
   endif (RUBY_FOUND)
 
-  if (PERL_FOUND)
+  if (PERLLIBS_FOUND)
     option(BUILD_BINDING_PERL "Build Perl bindings" ON)
-  endif (PERL_FOUND)
+  endif (PERLLIBS_FOUND)
 
   if (BUILD_BINDING_PYTHON)
       message(STATUS "Building Python bindings")



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org