svn commit: samba r15575 - in branches/SAMBA_4_0/source/lib/replace: .

jelmer at samba.org jelmer at samba.org
Sat May 13 19:25:05 GMT 2006


Author: jelmer
Date: 2006-05-13 19:25:04 +0000 (Sat, 13 May 2006)
New Revision: 15575

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15575

Log:
Fix getpass test

Modified:
   branches/SAMBA_4_0/source/lib/replace/getpass.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/getpass.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/getpass.m4	2006-05-13 19:15:31 UTC (rev 15574)
+++ branches/SAMBA_4_0/source/lib/replace/getpass.m4	2006-05-13 19:25:04 UTC (rev 15575)
@@ -5,7 +5,7 @@
 #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"



More information about the samba-cvs mailing list