]> mj.ucw.cz Git - libucw.git/blobdiff - debug/check-configs
Merge branch 'dev-api' into dev-package
[libucw.git] / debug / check-configs
index c2f32e6db8d178bc649f29b5340f723f4aff9e81..65b3fd9ab10cd8b74783e9ce48a57bb60666a693 100755 (executable)
@@ -44,7 +44,7 @@ function try
 rm -rf tests
 mkdir tests
 if [ "$1" == DARWIN ] ; then
-       # All tests on Darwin need CONFIG_SHARED, due to libcharset collision
+       # All tests on Darwin need CONFIG_SHARED, due to libucw-charset collision
        # only visible with static linking.
        FLAGS="CONFIG_SHARED"
        try debug/default.cfg $FLAGS CONFIG_UCW_PCRE                                    # `make tests' does not work with non-local builds with shared libs