1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

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 commit is contained in:
Jelmer Vernooij 2005-10-19 14:08:39 +00:00 committed by Gerald (Jerry) Carter
parent 3821a17bdb
commit 47b8095a0a

View File

@ -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