mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
remove apostrophes from AC_DEFINE calls
This commit is contained in:
parent
3d1a6df0d7
commit
5d59b0e6ad
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue