The commit message "Make the necessary changes in Makefile and
configure file" provides no information, especially outside the
context of your patch series. Please choose something more specific
about what the patch is doing.
CONFIG_POSIX=y excludes mingw32. Does this commit break Windows
builds
Signed-off-by: Arun R Bharadwaj
---
Makefile.objs |2 +-
configure |2 --
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/Makefile.objs b/Makefile.objs
index cd5a24b..3b7ec27 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -9,6 +9,7 @@ qobject-obj-y += qerror.o
blo