1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r15575: Fix getpass test

(This used to be commit 5205faf898)
This commit is contained in:
Jelmer Vernooij 2006-05-13 19:25:04 +00:00 committed by Gerald (Jerry) Carter
parent 664459a41f
commit 7403d50358

View File

@ -5,7 +5,7 @@ AC_TRY_COMPILE([
#define REPLACE_GETPASS 1
#define NO_CONFIG_H 1
#define main dont_declare_main
#include "${srcdir-.}/lib/cmdline/getsmbpass.c"
#include "${srcdir-.}/lib/replace/getpass.c"
#undef main
],[],samba_cv_REPLACE_GETPASS=yes,samba_cv_REPLACE_GETPASS=no)
CPPFLAGS="$SAVE_CPPFLAGS"