Whamcloud - gitweb
Fix stupid bug; dx_hack_hash was left-shifted by one in CPP macro
[tools/e2fsprogs.git] / configure.in
index c9dc947..696f310 100644 (file)
@@ -260,7 +260,7 @@ if test "$enableval" = "no"
 then
        echo "Disabling journal debugging"
 else
-       AC_DEFINE(JFS_DEBUG)
+       AC_DEFINE(CONFIG_JBD_DEBUG)
        echo "Enabling journal debugging"
 fi
 ,
@@ -409,7 +409,7 @@ AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)
 
-ALL_LINGUAS="it nyc"
+ALL_LINGUAS="it nyc tr"
 AM_GNU_GETTEXT
 dnl
 dnl End of configuration options