<div dir="ltr">ack<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 30, 2014 at 1:56 PM, Christophe Fergeau <span dir="ltr"><<a href="mailto:cfergeau@redhat.com" target="_blank">cfergeau@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">---<br>
 <a href="http://configure.ac" target="_blank">configure.ac</a> | 28 ++++++++++++++--------------<br>
 1 file changed, 14 insertions(+), 14 deletions(-)<br>
<br>
diff --git a/<a href="http://configure.ac" target="_blank">configure.ac</a> b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
index c2faedc..8bec7a1 100644<br>
--- a/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
+++ b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
@@ -285,7 +285,7 @@ else<br>
   fi<br>
 fi<br>
 AS_IF([test "x$have_phodav" = "xyes"],<br>
-       AC_DEFINE(USE_PHODAV, [1], [Define if supporting phodav]))<br>
+       AC_DEFINE([USE_PHODAV], [1], [Define if supporting phodav]))<br>
<br>
 AC_ARG_WITH([audio],<br>
   AS_HELP_STRING([--with-audio=@<:@gstreamer/pulse/auto/no@:>@], [Select audio backend @<:@default=auto@:>@]),<br>
@@ -360,7 +360,7 @@ if test "x$enable_smartcard" != "xno"; then<br>
     AC_MSG_ERROR("Smartcard support requested but libcacard could not be found")<br>
   fi<br>
   if test "x$have_smartcard" = "xyes"; then<br>
-    AC_DEFINE(USE_SMARTCARD, [1], [Define if supporting smartcard proxying])<br>
+    AC_DEFINE([USE_SMARTCARD], [1], [Define if supporting smartcard proxying])<br>
   fi<br>
 fi<br>
 AM_CONDITIONAL([WITH_SMARTCARD], [test "x$have_smartcard" = "xyes"])<br>
@@ -394,7 +394,7 @@ else<br>
     PKG_CHECK_MODULES([LIBUSB_HOTPLUG], [libusb-1.0 >= 1.0.16],<br>
                       [have_libusb_hotplug=yes], [have_libusb_hotplug=no])<br>
     if test "x$have_libusb_hotplug" = "xyes"; then<br>
-      AC_DEFINE(USE_LIBUSB_HOTPLUG, [1], [Define if libusb has hotplug support])<br>
+      AC_DEFINE([USE_LIBUSB_HOTPLUG], [1], [Define if libusb has hotplug support])<br>
       with_usbredir_hotplug="with libusb hotplug"<br>
     else<br>
       PKG_CHECK_MODULES([GUDEV],<br>
@@ -406,7 +406,7 @@ else<br>
         AC_MSG_ERROR([usbredir requested but required gudev is not available])<br>
       fi<br>
       if test "x$have_gudev" = "xyes"; then<br>
-        AC_DEFINE(USE_GUDEV, [1], [Define if supporting gudev])<br>
+        AC_DEFINE([USE_GUDEV], [1], [Define if supporting gudev])<br>
         with_usbredir_hotplug="with gudev hotplug"<br>
       else<br>
         have_usbredir=no<br>
@@ -415,7 +415,7 @@ else<br>
   fi<br>
<br>
   if test "x$have_usbredir" = "xyes"; then<br>
-    AC_DEFINE(USE_USBREDIR, [1], [Define if supporting usbredir proxying])<br>
+    AC_DEFINE([USE_USBREDIR], [1], [Define if supporting usbredir proxying])<br>
   fi<br>
 fi<br>
 AM_CONDITIONAL([WITH_USBREDIR], [test "x$have_usbredir" = "xyes"])<br>
@@ -438,16 +438,16 @@ if test "x$have_usbredir" = "xyes" && test "x$enable_polkit" != "xno"; then<br>
<br>
   if test "x$have_polkit" = "xyes"; then<br>
     AC_SUBST(ACL_LIBS)<br>
-    AC_DEFINE(USE_POLKIT, [1], [Define if supporting polkit])<br>
+    AC_DEFINE([USE_POLKIT], [1], [Define if supporting polkit])<br>
   fi<br>
   AM_CONDITIONAL([WITH_POLKIT], [test "x$have_polkit" = "xyes"])<br>
   POLICYDIR=`${PKG_CONFIG} polkit-gobject-1 --variable=policydir`<br>
   AC_SUBST(POLICYDIR)<br>
   # Check for polkit_authority_get_sync()<br>
   AC_CHECK_LIB([polkit-gobject-1], [polkit_authority_get_sync], ac_have_pk_auth_get_sync="1", ac_have_pk_auth_get_sync="0")<br>
-  AC_DEFINE_UNQUOTED(HAVE_POLKIT_AUTHORITY_GET_SYNC, $ac_have_pk_auth_get_sync, [Define if you have a polkit with polkit_authority_get_sync()])<br>
+  AC_DEFINE_UNQUOTED([HAVE_POLKIT_AUTHORITY_GET_SYNC], $ac_have_pk_auth_get_sync, [Define if you have a polkit with polkit_authority_get_sync()])<br>
   AC_CHECK_LIB([polkit-gobject-1], [polkit_authorization_result_get_dismissed], ac_have_pk_authorization_result_get_dismissed="1", ac_have_pk_authorization_result_get_dismissed="0")<br>
-  AC_DEFINE_UNQUOTED(HAVE_POLKIT_AUTHORIZATION_RESULT_GET_DISMISSED, $ac_have_pk_authorization_result_get_dismissed, [Define if you have a polkit with polkit_authorization_result_get_dismissed()])<br>
+  AC_DEFINE_UNQUOTED([HAVE_POLKIT_AUTHORIZATION_RESULT_GET_DISMISSED], $ac_have_pk_authorization_result_get_dismissed, [Define if you have a polkit with polkit_authorization_result_get_dismissed()])<br>
 else<br>
   AM_CONDITIONAL(WITH_POLKIT, false)<br>
 fi<br>
@@ -508,7 +508,7 @@ fi<br>
 if test -n "$USB_IDS"; then<br>
   AC_MSG_RESULT([$USB_IDS])<br>
   AC_SUBST(USB_IDS)<br>
-  AC_DEFINE(WITH_USBIDS, [1], [Define if compiling with usb.ids support])<br>
+  AC_DEFINE([WITH_USBIDS], [1], [Define if compiling with usb.ids support])<br>
 else<br>
   AC_MSG_RESULT([not found])<br>
 fi<br>
@@ -549,13 +549,13 @@ case $with_coroutine in<br>
   *) AC_MSG_ERROR(Unsupported coroutine type)<br>
 esac<br>
<br>
-AC_DEFINE_UNQUOTED(WITH_UCONTEXT,[$WITH_UCONTEXT], [Whether to use ucontext coroutine impl])<br>
+AC_DEFINE_UNQUOTED([WITH_UCONTEXT],[$WITH_UCONTEXT], [Whether to use ucontext coroutine impl])<br>
 AM_CONDITIONAL(WITH_UCONTEXT, [test "x$WITH_UCONTEXT" = "x1"])<br>
<br>
-AC_DEFINE_UNQUOTED(WITH_WINFIBER,[$WITH_WINFIBER], [Whether to use fiber coroutine impl])<br>
+AC_DEFINE_UNQUOTED([WITH_WINFIBER],[$WITH_WINFIBER], [Whether to use fiber coroutine impl])<br>
 AM_CONDITIONAL(WITH_WINFIBER, [test "x$WITH_WINFIBER" = "x1"])<br>
<br>
-AC_DEFINE_UNQUOTED(WITH_GTHREAD,[$WITH_GTHREAD], [Whether to use gthread coroutine impl])<br>
+AC_DEFINE_UNQUOTED([WITH_GTHREAD],[$WITH_GTHREAD], [Whether to use gthread coroutine impl])<br>
 AM_CONDITIONAL(WITH_GTHREAD, [test "x$WITH_GTHREAD" = "x1"])<br>
<br>
 AM_CONDITIONAL([HAVE_INTROSPECTION], [test "0" = "1"])<br>
@@ -680,11 +680,11 @@ AC_ARG_ENABLE([dbus],<br>
 have_dbus=no<br>
 if test "x$enable_dbus" != "xno"; then<br>
   if test "x$have_gio26" = "xyes"; then<br>
-    AC_DEFINE(USE_GDBUS, [1], [Define if supporting gdbus])<br>
+    AC_DEFINE([USE_GDBUS], [1], [Define if supporting gdbus])<br>
     have_dbus=gdbus<br>
   else<br>
     PKG_CHECK_EXISTS([DBUS_GLIB], [dbus-glib-1], [<br>
-      AC_DEFINE(USE_DBUS_GLIB, [1], [Define if supporting dbus-glib])<br>
+      AC_DEFINE([USE_DBUS_GLIB], [1], [Define if supporting dbus-glib])<br>
       have_dbus=dbus-glib<br>
     ])<br>
   fi<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.1.0<br>
<br>
_______________________________________________<br>
Spice-devel mailing list<br>
<a href="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/spice-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/spice-devel</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br>Marc-André Lureau
</div>