]> arthur.barton.de Git - netatalk.git/commitdiff
Corrected a little syntax error that was creating a boggus "6," file during
authorarichard <arichard>
Mon, 4 Sep 2000 15:21:29 +0000 (15:21 +0000)
committerarichard <arichard>
Mon, 4 Sep 2000 15:21:29 +0000 (15:21 +0000)
./configure

configure.in

index 5deeffaafb861f0a5c7c8e148efd50e59e1b4d84..bcd7fbe26597ffc2a45e9fc1c515058612091444 100644 (file)
@@ -141,7 +141,7 @@ AC_DEFINE_UNQUOTED(CONFIG_DIR, "$config_dir",
        [path to config dir [default=/etc/atalk]])
 CONFIG_DIR="$config_dir"
 AC_SUBST(CONFIG_DIR)
-AC_MSG_RESULT([setting configuration files location to $CONFIG_DIR]),
+AC_MSG_RESULT([setting configuration files location to $CONFIG_DIR])
 
 AC_ARG_WITH(cracklib,
        [  --with-cracklib=dict    enable/set location of cracklib dictionary],