From: Jordan Lee Date: Fri, 9 May 2014 01:30:18 +0000 (+0000) Subject: remove apostrophes from AC_DEFINE calls X-Git-Tag: 2.83~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d59b0e6adade6ced943860b1095a1d318ddce78;p=transmission remove apostrophes from AC_DEFINE calls --- diff --git a/configure.ac b/configure.ac index 41a8785a0..799bd0b49 100644 --- a/configure.ac +++ b/configure.ac @@ -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