summaryrefslogtreecommitdiff
path: root/source3/lib/replace/getpass.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-10-15 11:02:24 +0200
committerStefan Metzmacher <metze@samba.org>2007-10-15 13:20:41 +0200
commitc6a17c85e10c2824dd3877e0df13a8e997b76b85 (patch)
tree4824f2ddbf1b486a81a3a8972f6490b408ed7a01 /source3/lib/replace/getpass.m4
parenta09bc48a1db9dcf4cb844dc8e2075035031773e1 (diff)
downloadsamba-c6a17c85e10c2824dd3877e0df13a8e997b76b85.tar.gz
samba-c6a17c85e10c2824dd3877e0df13a8e997b76b85.tar.bz2
samba-c6a17c85e10c2824dd3877e0df13a8e997b76b85.zip
fix the compilation of getpass.c and it's configure test
metze (This used to be commit f4c0961a16a84dcdfe6e2faafb75c76983e6d466)
Diffstat (limited to 'source3/lib/replace/getpass.m4')
-rw-r--r--source3/lib/replace/getpass.m45
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/lib/replace/getpass.m4 b/source3/lib/replace/getpass.m4
index 20d04a63f6..17dfdf7bf5 100644
--- a/source3/lib/replace/getpass.m4
+++ b/source3/lib/replace/getpass.m4
@@ -3,11 +3,8 @@ SAVE_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS -I$libreplacedir/"
AC_TRY_COMPILE([
#include "confdefs.h"
-#define _LIBREPLACE_REPLACE_H
-#define REPLACE_GETPASS 1
-#define main dont_declare_main
+#define NO_CONFIG_H
#include "$libreplacedir/getpass.c"
-#undef main
],[],samba_cv_REPLACE_GETPASS=yes,samba_cv_REPLACE_GETPASS=no)
CPPFLAGS="$SAVE_CPPFLAGS"
])