]> mj.ucw.cz Git - libucw.git/commitdiff
Configure: Removed references to SHERLOCK_VERSION
authorMartin Mares <mj@ucw.cz>
Sat, 18 Feb 2012 16:59:52 +0000 (17:59 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 18 Feb 2012 16:59:52 +0000 (17:59 +0100)
ucw/perl/UCW/Configure/LibUCW.pm

index eda1d259d19b607e1d4126780ae247aa095259c2..68393e05a0c96800be9ac69175d748b91db71d70 100644 (file)
@@ -95,8 +95,7 @@ PostConfig {
                        # Included symbols
                        '^CONFIG_UCW_' => 1,
                        '^CPU_' => 1,
-                       '^(SHERLOCK|UCW)_VERSION(_|$)' => 1,
-
+                       '^UCW_VERSION(_|$)' => 1,
                ]);
        } if Get("CONFIG_INSTALL_API");