1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-04 10:38:13 +00:00

remove apostrophes from AC_DEFINE calls

This commit is contained in:
Jordan Lee 2014-05-09 01:30:18 +00:00
parent 3d1a6df0d7
commit 5d59b0e6ad

View file

@ -293,7 +293,7 @@ if test "x$upnp_version" = "xunknown" ; then
UPNP_GetSpecificPortMappingEntry( urls.controlURL, data.first.servicetype, UPNP_GetSpecificPortMappingEntry( urls.controlURL, data.first.servicetype,
portStr, "TCP", intClient, intPort, NULL, NULL, NULL ); 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"]) upnp_version="1.6"])
fi fi
@ -316,7 +316,7 @@ if test "x$upnp_version" = "xunknown" ; then
UPNP_GetSpecificPortMappingEntry( urls.controlURL, data.first.servicetype, UPNP_GetSpecificPortMappingEntry( urls.controlURL, data.first.servicetype,
portStr, "TCP", intClient, intPort ); 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"]) upnp_version="1.5"])
fi fi