]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/perl/UCW/Configure/LibUCW.pm
make Sherlock compilable on Darwin without hacks due to missing direct IO
[libucw.git] / ucw / perl / UCW / Configure / LibUCW.pm
index fe3350e4f2618f386d7c0ee9b9547858afd985f7..6a25dbbae29bd1328201a08f902e1543b2663785 100644 (file)
@@ -52,7 +52,7 @@ PostConfig {
                        # Included symbols
                        '^CONFIG_' => 1,
                        '^CPU_' => 1,
-                       '^SHERLOCK_VERSION_' => 1,
+                       '^(SHERLOCK|UCW)_VERSION(_|$)' => 1,
 
                ]);
        } if Get("CONFIG_INSTALL_API");