|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 4 of 8 v2] autoconf: run libuuid test under Linux only
Roger Pau Monne writes ("[Xen-devel] [PATCH 4 of 8 v2] autoconf: run libuuid
test under Linux only"):
> autoconf: run libuuid test under Linux only
> +AS_IF([test "x$host_os" == "xlinux-gnu"], [
> + AC_CHECK_LIB([uuid], [uuid_clear], [],
> + [AC_MSG_ERROR([Could not find libuuid])])
> +])
This seems odd to me. Where does this linux-specificity come
from ?
The point of autoconf is normally to try to avoid this kind of "what
OS is this" test, and rather test directly for the required
functionality. So why do we not need libuuid other than on Linux ?
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |