diff options
author | Jeremy Allison <jra@samba.org> | 2001-04-26 18:36:38 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-04-26 18:36:38 +0000 |
commit | 9f60d55b02d62a2db9d5f7cce1032ae4dcbc76ff (patch) | |
tree | 12a8b18f60352951722f33524e9b0ae5f9b113ab /source3/configure | |
parent | f0d22b5413e7a44b54123308161e1c08e98c0124 (diff) | |
download | samba-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')
-rwxr-xr-x | source3/configure | 2 |
1 files changed, 1 insertions, 1 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" |