]> arthur.barton.de Git - netatalk.git/commitdiff
disable transaction for cnid_dbd by default
authorbfernhomberg <bfernhomberg>
Thu, 18 Mar 2004 22:47:04 +0000 (22:47 +0000)
committerbfernhomberg <bfernhomberg>
Thu, 18 Mar 2004 22:47:04 +0000 (22:47 +0000)
macros/cnid-backend.m4

index e9af88f4f5cd27f1481a1d5a789312cce9198145..ddf1cde2f7bebf88b5cb256592233d96c51e568b 100644 (file)
@@ -54,8 +54,8 @@ AC_DEFUN([AC_NETATALK_CNID], [
             AC_MSG_RESULT([yes])
         fi
        ],[
-        use_dbd_txn=yes
-        AC_MSG_RESULT([yes])
+        use_dbd_txn=no
+        AC_MSG_RESULT([no])
     ])
 
     if test $use_dbd_txn = yes; then