summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-10-19 14:08:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:44:57 -0500
commit5a930a2d33d1202064d8ed53bdef5dfcd2959cad (patch)
tree1504800c4cf207f9af1f32e91b02eeacacd90207
parent0f51ae83f09fa90362cae12a37ca4debc35f8491 (diff)
downloadsamba-5a930a2d33d1202064d8ed53bdef5dfcd2959cad.tar.gz
samba-5a930a2d33d1202064d8ed53bdef5dfcd2959cad.tar.bz2
samba-5a930a2d33d1202064d8ed53bdef5dfcd2959cad.zip
r11182: Explicitly add "." to perl include path so that perl doesn't use the
Config module instead of the configure-generated config.pm on case-insensitive filesystems (MacOSX, OpenVMS) (This used to be commit 47b8095a0a0e7f352860999df3b131cab3e8a2b9)
-rw-r--r--source4/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.in b/source4/configure.in
index 6da3a52c33..98a5e59d17 100644
--- a/source4/configure.in
+++ b/source4/configure.in
@@ -114,5 +114,5 @@ $SMB_INFO_SUBSYSTEMS
$SMB_INFO_LIBRARIES
CEOF
-AC_OUTPUT_COMMANDS([$PERL -Ibuild build/smb_build/main.pl],[PERL="$PERL"])
+AC_OUTPUT_COMMANDS([$PERL -I. -Ibuild build/smb_build/main.pl],[PERL="$PERL"])
AC_OUTPUT