[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] libxen build warnings due to empty XML2_CONFIG or CURL_CONFIG
If XML2_CONFIG or CURL_CONFIG is empty, make in tools/libxen will print an error 'make[3]: --cflags: Command not found'. I think a simple way to fix this is: shell test -n "$(XML2_CONFIG)" ; then $(XML2_CONFIG) --cflags ; fi Olaf _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |