From 9d32e3a528d5e25f12e0e229c90959dff1009a00 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 27 Apr 2001 02:11:47 +0000 Subject: fixed typo (This used to be commit ed9d93c9c3c42b13b021e5e8f84f4d865cd28724) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure.in') 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 -- cgit