From: Andrew Tridgell Date: Fri, 27 Apr 2001 02:11:47 +0000 (+0000) Subject: fixed typo X-Git-Tag: samba-2.2.5pre1~2087^2~166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed9d93c9c3c42b13b021e5e8f84f4d865cd28724;p=thirdparty%2Fsamba.git fixed typo --- diff --git a/source/configure.in b/source/configure.in index f555eea7034..f437becb7e5 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${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