|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH for-xen-4.5] Fix configure --with-systemd-modules-load=DIR
Olaf Hering writes ("[PATCH for-xen-4.5] Fix configure
--with-systemd-modules-load=DIR"):
> Currently --with-systemd=DIR1 --with-systemd-modules-load=DIR2 will set
> both XEN_SYSTEMD_DIR and XEN_SYSTEMD_MODULES_LOAD to DIR1. The reason is
> that both AC_ARG_WITH() use 'systemd' as the name for the internal
> variable. As a result the value of the first option is also use as the
> value for the second option. Fix this by using another variable name.
...
> - AC_ARG_WITH(systemd,
> + AC_ARG_WITH(systemd_modules_load,
AFAICT this changes the command line option. I don't understand how
--with-systemd-modules-load worked at all before this.
Also I think PACKAGE in AC_ARG_WITH should have hyphens, not
underscores.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |