summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-04-26 18:36:51 +0000
committerJeremy Allison <jra@samba.org>2001-04-26 18:36:51 +0000
commit8eadd969d4e9326e67377ee5660c955612c5ec01 (patch)
tree3965953ed6488b675d41f3a6c4262236d8de815f
parent4651455d1f339369354465cd96501efe1f7b11e4 (diff)
downloadsamba-8eadd969d4e9326e67377ee5660c955612c5ec01.tar.gz
samba-8eadd969d4e9326e67377ee5660c955612c5ec01.tar.xz
samba-8eadd969d4e9326e67377ee5660c955612c5ec01.zip
Fixed REPLACE_GETPASS test.
Jeremy.
-rwxr-xr-xsource/configure2
-rw-r--r--source/configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/configure b/source/configure
index e0f5b9a729e..2347b0d3808 100755
--- a/source/configure
+++ b/source/configure
@@ -10158,7 +10158,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 10164 "configure"
#include "confdefs.h"
diff --git a/source/configure.in b/source/configure.in
index 4648afaba14..60bbb67fbb0 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -1203,7 +1203,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