Description: Force configure script to use the sombok library installed
 on system.
Author: Emmanuel Bouthenot <kolter@debian.org>
Forwarded: no
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -72,10 +72,6 @@
 } else {
     push @args, '--disable-libthai';
 }
-if (system("$pkg_config --atleast-version=$sombok_atleast_version sombok")
-    >> 8) {
-    $bundled_sombok = 'yes';
-}
 if ($enable_malloc_debug eq 'yes') {
     $bundled_sombok = 'yes';
     push @args, '--enable-malloc-debug';
