diff acinclude.m4 @ 330:532eb171d5c2

2003-12-7 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h lib/misc.c lib/options.h - added scramble passwords option. This patch is mostly from Aurelien Jarno <lists@aurel32.net>, but it was modified by me quite a bit. This is not safe, and can be broken. That is why it's labeled scrambled passwords instead of encrypt passwords. * acinclude.m4 - fix to AC_INTL_PRINTF
author masneyb
date Mon, 08 Dec 2003 02:53:24 +0000
parents 51bb530a100c
children 97fd5eb34be0
line wrap: on
line diff
--- a/acinclude.m4	Mon Dec 08 02:14:26 2003 +0000
+++ b/acinclude.m4	Mon Dec 08 02:53:24 2003 +0000
@@ -145,7 +145,7 @@
                int main(void) {
                  char buf[20];
                  sprintf (buf, "%'ld", (long) 1);
-                 if (strchr ('1', buf) == NULL)
+                 if (strchr (buf, '1') == NULL)
                    return (1);
                  return (0);
                }],