summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-05-11 00:25:49 +0000
committerJeremy Allison <jra@samba.org>2002-05-11 00:25:49 +0000
commit9fb0a7cbfc0a725ab31f159d2e23371a4578532d (patch)
tree066114722e5c38ef6851a1f7456def7f0560e82f /source3/configure.in
parentc6cbca79b43280e3b00b44058e54f694bb218d5a (diff)
downloadsamba-9fb0a7cbfc0a725ab31f159d2e23371a4578532d.tar.gz
samba-9fb0a7cbfc0a725ab31f159d2e23371a4578532d.tar.bz2
samba-9fb0a7cbfc0a725ab31f159d2e23371a4578532d.zip
Fix to include -Ipopt in getpass test.
Jeremy. (This used to be commit 41cec26ee36458c2f6fdf768d25a83031e4d5bbb)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 7871c54f25..284b06823a 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1565,7 +1565,7 @@ fi
AC_CACHE_CHECK([whether getpass should be replaced],samba_cv_REPLACE_GETPASS,[
SAVE_CPPFLAGS="$CPPFLAGS"
-CPPFLAGS="$CPPFLAGS -I${srcdir-.}/ -I${srcdir-.}/include -I${srcdir-.}/ubiqx -I${srcdir-.}/smbwrapper"
+CPPFLAGS="$CPPFLAGS -I${srcdir-.}/ -I${srcdir-.}/include -I${srcdir-.}/popt -I${srcdir-.}/ubiqx -I${srcdir-.}/smbwrapper"
AC_TRY_COMPILE([
#define REPLACE_GETPASS 1
#define NO_CONFIG_H 1