summaryrefslogtreecommitdiffstats
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
commit3cfcaaca5ba54ada898680ac9943086316d262b4 (patch)
treef3757b17bfa13bfd00a151a6b9dba84f52a0493a
parent822511eb3c8daa89e96b3fab7573555312415262 (diff)
downloadsamba-3cfcaaca5ba54ada898680ac9943086316d262b4.tar.gz
samba-3cfcaaca5ba54ada898680ac9943086316d262b4.tar.xz
samba-3cfcaaca5ba54ada898680ac9943086316d262b4.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 4c70dd31d19..d33ace2b600 100755
--- a/source/configure
+++ b/source/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/source/configure.in b/source/configure.in
index 84b1650ecd9..f555eea7034 100644
--- a/source/configure.in
+++ b/source/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