From d59f303c29db266d6360c38eb0b8c79e82226a60 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 18 Feb 2012 17:59:52 +0100 Subject: [PATCH] Configure: Removed references to SHERLOCK_VERSION --- ucw/perl/UCW/Configure/LibUCW.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ucw/perl/UCW/Configure/LibUCW.pm b/ucw/perl/UCW/Configure/LibUCW.pm index eda1d259..68393e05 100644 --- a/ucw/perl/UCW/Configure/LibUCW.pm +++ b/ucw/perl/UCW/Configure/LibUCW.pm @@ -95,8 +95,7 @@ PostConfig { # Included symbols '^CONFIG_UCW_' => 1, '^CPU_' => 1, - '^(SHERLOCK|UCW)_VERSION(_|$)' => 1, - + '^UCW_VERSION(_|$)' => 1, ]); } if Get("CONFIG_INSTALL_API"); -- 2.39.2