summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-10-29 14:40:39 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-10-29 14:40:39 +0000
commit9ac04db0e5c94e82bd2af6a031310df5789ed514 (patch)
treedac0bee2ed473d1cebcafce92cf545b07681295f /cpp
parent33aab6fec0be08f4248ca3649620e55c4fd2cc72 (diff)
downloadqpid-python-9ac04db0e5c94e82bd2af6a031310df5789ed514.tar.gz
QPID-5260: Get test for building Perl bindings correct
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1536738 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/bindings/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/bindings/CMakeLists.txt b/cpp/bindings/CMakeLists.txt
index 6707d489b7..d64d59b9d6 100644
--- a/cpp/bindings/CMakeLists.txt
+++ b/cpp/bindings/CMakeLists.txt
@@ -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")