Closed GoogleCodeExporter closed 9 years ago
Proposed patch:
Index: bindings/perl/CMakeLists.txt
===================================================================
--- bindings/perl/CMakeLists.txt (revision 654)
+++ bindings/perl/CMakeLists.txt (working copy)
@@ -1,7 +1,7 @@
find_package(Perl)
include (FindPerlLibs)
-if(PERL_FOUND)
+if(PERL_FOUND and PERLLIBS_FOUND)
# Some distributions install perl packages in vendor when shipped with the distro.
# Let's make their lifes easier by offering an install flag for this usecase.
Original comment by dominiqu...@gmail.com
on 30 Mar 2010 at 7:52
Fixed in r655
Original comment by npmccallum@gmail.com
on 30 Mar 2010 at 12:46
Original comment by nicolas.dufresne@gmail.com
on 18 May 2010 at 3:04
Original issue reported on code.google.com by
npmccallum@gmail.com
on 29 Mar 2010 at 5:31