From 7403d50358b0f4ba77831bcf15b557162ea1082a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 13 May 2006 19:25:04 +0000 Subject: r15575: Fix getpass test (This used to be commit 5205faf898ad70790e1b09bb394622d81a56a9b4) --- source4/lib/replace/getpass.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/replace') diff --git a/source4/lib/replace/getpass.m4 b/source4/lib/replace/getpass.m4 index 2bd9d7bc1a..d66be30564 100644 --- a/source4/lib/replace/getpass.m4 +++ b/source4/lib/replace/getpass.m4 @@ -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" -- cgit