[easytag] Fix USE_NLS conditional test in configure



commit fe84c978ef0b2cc7047e8b83668fda2a87b462b2
Author: David King <amigadave amigadave com>
Date:   Thu Nov 14 08:54:55 2013 +0000

    Fix USE_NLS conditional test in configure

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e8e5c82..eccc4de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl -------------------------------
 IT_PROG_INTLTOOL([0.50.0])
 AC_SUBST([GETTEXT_PACKAGE], [$PACKAGE_TARNAME])
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Package name for gettext])
-AS_IF([test "x$USE_NLS" != "x"],
+AS_IF([test "x$USE_NLS" != "xno"],
       [AC_DEFINE([ENABLE_NLS], [1], [Native Language support is enabled])])
 
 dnl -------------------------------


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]