diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-04-27 02:11:47 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-04-27 02:11:47 +0000 |
commit | 9d32e3a528d5e25f12e0e229c90959dff1009a00 (patch) | |
tree | 3175ea449fdec6d95cf3436cddc1c934f27b27e7 /source3 | |
parent | 9f60d55b02d62a2db9d5f7cce1032ae4dcbc76ff (diff) | |
download | samba-9d32e3a528d5e25f12e0e229c90959dff1009a00.tar.gz samba-9d32e3a528d5e25f12e0e229c90959dff1009a00.tar.bz2 samba-9d32e3a528d5e25f12e0e229c90959dff1009a00.zip |
fixed typo
(This used to be commit ed9d93c9c3c42b13b021e5e8f84f4d865cd28724)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index f555eea703..f437becb7e 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${srcdor-.}/ -I${srcdir-.}/include -I${srcdir-.}/ubiqx -I${srcdir-.}/smbwrapper" +CPPFLAGS="$CPPFLAGS -I${srcdir-.}/ -I${srcdir-.}/include -I${srcdir-.}/ubiqx -I${srcdir-.}/smbwrapper" AC_TRY_COMPILE([ #define REPLACE_GETPASS 1 #define NO_CONFIG_H 1 |