From 3b07f6aeb1a060efcf8218e76b8b84fb8850f337 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 5 Oct 2007 12:05:40 +0000 Subject: r25515: Revert r25448: Immediate structures are *not* supportet by the native C compiler at least on Solaris, Tru64 and HP-UX. Michael (This used to be commit 6d07e29de2a7e535139622fa688b407da232c816) --- source4/build/smb_build/env.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/build') diff --git a/source4/build/smb_build/env.pm b/source4/build/smb_build/env.pm index 548d04f841..f468f51de1 100644 --- a/source4/build/smb_build/env.pm +++ b/source4/build/smb_build/env.pm @@ -59,6 +59,10 @@ sub PkgConfig($$$$$$$$$$$$) print __FILE__.": creating $path\n"; + if ($self->{config}->{libreplace_cv_immediate_structures} eq "yes") { + $cflags .= " -DHAVE_IMMEDIATE_STRUCTURES=1"; + } + mkpath(dirname($path),0,0755); open(OUT, ">$path") or die("Can't open $path: $!"); -- cgit