summaryrefslogtreecommitdiff
path: root/source4/lib/replace
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-05-13 19:25:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:59 -0500
commit7403d50358b0f4ba77831bcf15b557162ea1082a (patch)
tree2608339ea6a45a41b27082427d541c601cb8990f /source4/lib/replace
parent664459a41f285c99150b4ea0d79f59334ee94a6c (diff)
downloadsamba-7403d50358b0f4ba77831bcf15b557162ea1082a.tar.gz
samba-7403d50358b0f4ba77831bcf15b557162ea1082a.tar.bz2
samba-7403d50358b0f4ba77831bcf15b557162ea1082a.zip
r15575: Fix getpass test
(This used to be commit 5205faf898ad70790e1b09bb394622d81a56a9b4)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r--source4/lib/replace/getpass.m42
1 files changed, 1 insertions, 1 deletions
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"