From 5d59b0e6adade6ced943860b1095a1d318ddce78 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Fri, 9 May 2014 01:30:18 +0000 Subject: [PATCH] remove apostrophes from AC_DEFINE calls --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0