mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Fix header installation.
This commit is contained in:
@ -64,7 +64,7 @@ sub install_header($$)
|
||||
|
||||
if (/^#include \"(.*)\"/) {
|
||||
print OUT "#include <" . rewrite_include("$src:$lineno", $1) . ">\n";
|
||||
} else if (/^#if _SAMBA_BUILD_ == 4/) {
|
||||
} elsif (/^#if _SAMBA_BUILD_ == 4/) {
|
||||
print OUT "#if 1\n";
|
||||
} else {
|
||||
print OUT $_;
|
||||
|
Reference in New Issue
Block a user