X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=Makefile.PL;h=f906fc0e145ff3b2bd2fd6ec3d6682ab52f02493;hp=5958ba16fbadb123a64d541e19ad4b9276dd5c8f;hb=bede31050ee10e9a8a3dd20f91ab9d62e0f5af66;hpb=c482bc07c36cb6d134a8365456f9746ca7359d09 diff --git a/Makefile.PL b/Makefile.PL index 5958ba1..f906fc0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,12 +4,11 @@ use strict; use warnings; use ExtUtils::MakeMaker; -my $yazver = `yaz-config --version`; +my $yazver = `yaz-client -V`; if (!$yazver) { die qq[ -ERROR: Unable to call script: yaz-config -If you are using a YAZ installation from the Debian package "yaz", you -will also need to install "libyaz-dev" in order to build this module. +ERROR: Unable to call program: yaz-client +Perhaps YAZ is not installed. Program yaz-client is part of package yaz. ]; }