From 5a930a2d33d1202064d8ed53bdef5dfcd2959cad Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 19 Oct 2005 14:08:39 +0000 Subject: 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) --- source4/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit