]> granicus.if.org Git - transmission/commitdiff
remove apostrophes from AC_DEFINE calls
authorJordan Lee <jordan@transmissionbt.com>
Fri, 9 May 2014 01:30:18 +0000 (01:30 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Fri, 9 May 2014 01:30:18 +0000 (01:30 +0000)
configure.ac

index 41a8785a0a6919992bb238ddcd5fa8b3432e7bd0..799bd0b49699ca2038fe438e8009dd9f548e8c98 100644 (file)
@@ -293,7 +293,7 @@ if test "x$upnp_version" = "xunknown" ; then
     UPNP_GetSpecificPortMappingEntry( urls.controlURL, data.first.servicetype,
                         portStr, "TCP", intClient, intPort, NULL, NULL, NULL );
   ]])],[
-  AC_DEFINE(MINIUPNPC_API_VERSION, 8, [miniupnpc 1.6's API version is 8])
+  AC_DEFINE(MINIUPNPC_API_VERSION, 8, [miniupnpc 1.6 has API version 8])
   upnp_version="1.6"])
 fi
 
@@ -316,7 +316,7 @@ if test "x$upnp_version" = "xunknown" ; then
     UPNP_GetSpecificPortMappingEntry( urls.controlURL, data.first.servicetype,
                         portStr, "TCP", intClient, intPort );
   ]])],[
-  AC_DEFINE(MINIUPNPC_API_VERSION, 5, [miniupnpc 1.5's API version is 5])
+  AC_DEFINE(MINIUPNPC_API_VERSION, 5, [miniupnpc 1.5 has API version 5])
   upnp_version="1.5"])
 fi