Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > 4cbfae029d51e6b4d67a66931c0b1fa7 > files > 1

tabe-0.2.6-9mdv2009.0.src.rpm

--- libtabe/script/configure.in	Thu Aug  9 21:47:02 2001
+++ libtabe/script/configure.in.geoff	Tue Sep  4 11:04:05 2001
@@ -181,11 +181,11 @@ for f in db db2; do
         [ found=y; db_library="$db_library -l$f" ], [ found=n ])
     test $found = y && break
 done
-if test $found = n; then
-    AC_MSG_RESULT([You need Berkeley DB2 to compile bimsphone module.])
-    AC_MSG_RESULT([Please use --with-dblib to configure.])
-    exit 1
-fi
+#if test $found = n; then
+#    AC_MSG_RESULT([You need Berkeley DB2 to compile bimsphone module.])
+#    AC_MSG_RESULT([Please use --with-dblib to configure.])
+#    exit 1
+#fi
 
 AC_CHECK_HEADERS(db.h, ,
     [ AC_MSG_RESULT([db.h is not available.])