summaryrefslogtreecommitdiff
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
parentf0d22b5413e7a44b54123308161e1c08e98c0124 (diff)
downloadsamba-9f60d55b02d62a2db9d5f7cce1032ae4dcbc76ff.tar.gz
samba-9f60d55b02d62a2db9d5f7cce1032ae4dcbc76ff.tar.bz2
samba-9f60d55b02d62a2db9d5f7cce1032ae4dcbc76ff.zip
Fixed REPLACE_GETPASS test.
Jeremy. (This used to be commit 3cfcaaca5ba54ada898680ac9943086316d262b4)
-rwxr-xr-xsource3/configure2
-rw-r--r--source3/configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure b/source3/configure
index 4c70dd31d1..d33ace2b60 100755
--- a/source3/configure
+++ b/source3/configure
@@ -10152,7 +10152,7 @@ if eval "test \"`echo '$''{'samba_cv_REPLACE_GETPASS'+set}'`\" = set"; then
else
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"
cat > conftest.$ac_ext <<EOF
#line 10158 "configure"
#include "confdefs.h"
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