Message ID | 4A76A255.3050305@siemens.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 08/03/2009 11:39 AM, Jan Kiszka wrote: > Signed-off-by: Jan Kiszka<jan.kiszka@siemens.com> > Applied, thanks.
diff --git a/configure b/configure index 2a6faa2..c743186 100755 --- a/configure +++ b/configure @@ -1818,10 +1818,10 @@ if test "$fdt" = "yes" ; then echo "FDT_LIBS=$fdt_libs" >> $config_host_mak fi if test "$signalfd" = "yes" ; then - echo "#define CONFIG_signalfd 1" >> $config_host_h + echo "CONFIG_signalfd=y" >> $config_host_mak fi if test "$eventfd" = "yes" ; then - echo "#define CONFIG_eventfd 1" >> $config_host_h + echo "CONFIG_eventfd=y" >> $config_host_mak fi # XXX: suppress that
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> --- configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html