From: Martin Mares Date: Sat, 18 Feb 2012 16:59:52 +0000 (+0100) Subject: Configure: Removed references to SHERLOCK_VERSION X-Git-Tag: v5.0~26 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=d59f303c29db266d6360c38eb0b8c79e82226a60;p=libucw.git Configure: Removed references to SHERLOCK_VERSION --- 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");