]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/perl/UCW/Configure/Build.pm
Merge branch 'v3.12.4'
[libucw.git] / ucw / perl / UCW / Configure / Build.pm
index 0d6f9d267355d0e1cf329e8c5c38031e7fb89b32..042d14ce917af60beffba67195163c70275f3835 100644 (file)
@@ -11,8 +11,8 @@ use UCW::Configure;
 use strict;
 use warnings;
 
-if (!IsGiven("BUILDSYS_PATH")) {
-       Test("BUILDSYS_PATH", "Looking for UCW build system", sub {
+if (!IsGiven("BUILDSYS")) {
+       Test("BUILDSYS", "Looking for UCW build system", sub {
                my $path=`pkg-config libucw --variable=build_system`;
                if($? || not defined $path) {
                        Fail("Not found (is libUCW installed and PKG_CONFIG_PATH set?)");