s3:configure: honor CFLAGS in compile tests
authorBjörn Jacke <bj@sernet.de>
Sun, 5 Jul 2009 09:28:05 +0000 (11:28 +0200)
committerBjörn Jacke <bj@sernet.de>
Sun, 5 Jul 2009 11:11:20 +0000 (13:11 +0200)
commit2540710b5eeb4a4ea2e0c0c7ba8ab7382f4236af
treee14003c2c38dce4e7c577218632e30f4b1e0653c
parenta5cd278f6fa8f9d79d727b978ab8b6b78956dc4c
s3:configure: honor CFLAGS in compile tests

When compilation is done for the architecture that's not the compiler's
default, for example by setting CFLAGS to -m64, then compile tests might fail
when they are done with the comiler's default arch. This should fix
bugzilla #6162.
source3/configure.in