summaryrefslogtreecommitdiff
path: root/qpid/cpp/bindings
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-05-20 15:46:30 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-05-20 15:46:30 +0000
commit0155a463e745da7742d113b39ddcc90a36a1df6a (patch)
tree96b8891e6caad5264943eaac76ad7ccd58df30b8 /qpid/cpp/bindings
parent42c81ace4d937f033a1e12abcdc0714a9f195d61 (diff)
downloadqpid-python-0155a463e745da7742d113b39ddcc90a36a1df6a.tar.gz
NO-JIRA: Fixed requiring Perl to do a build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1484505 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings')
-rw-r--r--qpid/cpp/bindings/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/bindings/CMakeLists.txt b/qpid/cpp/bindings/CMakeLists.txt
index 784cc03ea5..bab4db0bda 100644
--- a/qpid/cpp/bindings/CMakeLists.txt
+++ b/qpid/cpp/bindings/CMakeLists.txt
@@ -96,7 +96,7 @@ if (SWIG_FOUND)
add_subdirectory(qmf/ruby)
endif (RUBY_FOUND)
- if (PERL_FOUND)
+ if (PERLLIBS_FOUND)
message("Building Perl bindings")
execute_process(COMMAND ${PERL_EXECUTABLE} "-V::prefix:"
OUTPUT_VARIABLE QPERL_PREFIX
@@ -105,5 +105,5 @@ if (SWIG_FOUND)
string(REPLACE ${PERL_PREFIX} ${CMAKE_INSTALL_PREFIX} PERL_PFX_ARCHLIB ${PERL_ARCHLIB})
add_subdirectory(qpid/perl)
- endif (PERL_FOUND)
+ endif (PERLLIBS_FOUND)
endif (SWIG_FOUND)