summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-04-26 18:36:38 +0000
committerJeremy Allison <jra@samba.org>2001-04-26 18:36:38 +0000
commit9f60d55b02d62a2db9d5f7cce1032ae4dcbc76ff (patch)
tree12a8b18f60352951722f33524e9b0ae5f9b113ab /source3/configure.in
parentf0d22b5413e7a44b54123308161e1c08e98c0124 (diff)
downloadsamba-9f60d55b02d62a2db9d5f7cce1032ae4dcbc76ff.tar.gz
samba-9f60d55b02d62a2db9d5f7cce1032ae4dcbc76ff.tar.bz2
samba-9f60d55b02d62a2db9d5f7cce1032ae4dcbc76ff.zip
Fixed REPLACE_GETPASS test.
Jeremy. (This used to be commit 3cfcaaca5ba54ada898680ac9943086316d262b4)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 84b1650ecd..f555eea703 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1119,7 +1119,7 @@ fi
AC_CACHE_CHECK([whether getpass should be replaced],samba_cv_REPLACE_GETPASS,[
SAVE_CPPFLAGS="$CPPFLAGS"
-CPPFLAGS="$CPPFLAGS -I${srcdir-.}/include -I${srcdir-.}/ubiqx -I${srcdir-.}/smbwrapper"
+CPPFLAGS="$CPPFLAGS -I${srcdor-.}/ -I${srcdir-.}/include -I${srcdir-.}/ubiqx -I${srcdir-.}/smbwrapper"
AC_TRY_COMPILE([
#define REPLACE_GETPASS 1
#define NO_CONFIG_H 1