summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-03-28 02:02:32 +0000
committerGerald Carter <jerry@samba.org>2003-03-28 02:02:32 +0000
commitff43a292b9f8e0a39d19cb099913efd899de84fa (patch)
tree76537f59d70a51023f190eaa53352e9b6fc97408 /source/configure.in
parenta9ccae314fdb4b96115d31083f1a4b26209d597c (diff)
downloadsamba-ff43a292b9f8e0a39d19cb099913efd899de84fa.tar.gz
samba-ff43a292b9f8e0a39d19cb099913efd899de84fa.tar.xz
samba-ff43a292b9f8e0a39d19cb099913efd899de84fa.zip
don't include proto.h during autoconf tests since it doesn't exist yet; fixed getsmbpass replacement test
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/configure.in b/source/configure.in
index 1bc23cf74f4..e16836dd830 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -1683,6 +1683,7 @@ SAVE_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS -I${srcdir-.}/ -I${srcdir-.}/include -I${srcdir-.}/ubiqx -I${srcdir-.}/popt -I${srcdir-.}/smbwrapper"
AC_TRY_COMPILE([
#define REPLACE_GETPASS 1
+#define NO_PROTO_H 1
#define NO_CONFIG_H 1
#define main dont_declare_main
#include "${srcdir-.}/lib/getsmbpass.c"