]> arthur.barton.de Git - netatalk.git/commitdiff
Fix test.
authorsrittau <srittau>
Sat, 6 Apr 2002 12:38:12 +0000 (12:38 +0000)
committersrittau <srittau>
Sat, 6 Apr 2002 12:38:12 +0000 (12:38 +0000)
macros/config-checks.m4

index 42e05ea0da540b0469f9cb62847f7e8e995efe56..d65cefbdb4517990119c3df898f9b43f29d8ee6f 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: config-checks.m4,v 1.1 2002-02-13 16:44:04 srittau Exp $
+dnl $Id: config-checks.m4,v 1.2 2002-04-06 12:38:12 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
                ]
        )