]> arthur.barton.de Git - netatalk.git/commitdiff
Fixed --with-nls-dir option.
authorsrittau <srittau>
Thu, 13 Jun 2002 12:13:06 +0000 (12:13 +0000)
committersrittau <srittau>
Thu, 13 Jun 2002 12:13:06 +0000 (12:13 +0000)
NEWS
macros/config-checks.m4

diff --git a/NEWS b/NEWS
index 9377001d9182105f294fa62073a705ceeaad6b30..75fc17c2d127f531e010666a95e4a6099ac7e644 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes from 1.5.3
+==================
+
+* FIX: --with-nls-dir option does now work
+
 Changes from 1.5.2
 ==================
 
index 93cb4de1cb64022eecf43685d268ff20a4942068..c4530ea2300ee6de6254e280b24a83a5218c7387 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: config-checks.m4,v 1.1.2.1 2002-03-12 16:22:03 srittau Exp $
+dnl $Id: config-checks.m4,v 1.1.2.2 2002-06-13 12:13:06 srittau Exp $
 dnl Autoconf macro to set the configuration directories.
 
 AC_DEFUN([NETATALK_CONFIG_DIRS], [
@@ -20,7 +20,7 @@ AC_DEFUN([NETATALK_CONFIG_DIRS], [
                [  --with-nls-dir=PATH     path to NLS files [PKGCONF/nls]],
                [
                        if test "x$withval" != "x"; then
-                               NLSDIR = "$withval"
+                               NLSDIR="$withval"
                        fi
                ]
        )