diff mbox

qemu-kvm: Fix CONFIG_signalfd/eventfd generation

Message ID 4A76A255.3050305@siemens.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jan Kiszka Aug. 3, 2009, 8:39 a.m. UTC
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

Comments

Avi Kivity Aug. 3, 2009, 12:30 p.m. UTC | #1
On 08/03/2009 11:39 AM, Jan Kiszka wrote:
> Signed-off-by: Jan Kiszka<jan.kiszka@siemens.com>
>    

Applied, thanks.
diff mbox

Patch

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