[Libvir] [PATCH 1/3] configure.in compiler and enable libtool DLLs

Richard W.M. Jones rjones at redhat.com
Thu Nov 29 16:58:26 UTC 2007


In this patch what I've done is to move the checks for C compiler and 
checks for programs apart from each other.  We check for the C compiler 
first, then check for external programs later.  This is just a cleanup.

I've added AC_LIBTOOL_WIN32_DLL which enables DLL support in libtool 
(but shouldn't affect any other platform).

I've added AM_PROG_CC_STDC which appears to be required by the above.

I've added AC_C_CONST which is needed because libvirt uses 'const' 
without taking any special precautions for ancient compilers which don't 
support it.

Rich.

-- 
Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom.  Registered in
England and Wales under Company Registration No. 03798903
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libvirt-windows-configure-compiler.patch
Type: text/x-patch
Size: 2661 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20071129/72a004e2/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3237 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20071129/72a004e2/attachment-0003.bin>


More information about the libvir-list mailing list