From 952492b44ea71057d23ce9c4f1ea8f582fa7801f Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Wed, 21 Mar 2012 19:45:07 -0300 Subject: [PATCH] Fixes anoying order issue in autoconfig.h autoconf seems to generate the contents in another order, and it generates anoying changes to git. --- build/inc/autoconfig.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/inc/autoconfig.h b/build/inc/autoconfig.h index 5660e9f..760a0cb 100644 --- a/build/inc/autoconfig.h +++ b/build/inc/autoconfig.h @@ -144,15 +144,15 @@ /* see upnpconfig.h */ #define UPNP_HAVE_GENA 1 +/* see upnpconfig.h */ +#define UPNP_HAVE_OPTSSDP 1 + /* see upnpconfig.h */ #define UPNP_HAVE_SOAP 1 /* see upnpconfig.h */ #define UPNP_HAVE_SSDP 1 -/* see upnpconfig.h */ -#define UPNP_HAVE_OPTSSDP 1 - /* see upnpconfig.h */ #define UPNP_HAVE_TOOLS 1