From: Scott Cantor Date: Sat, 8 Dec 2012 04:50:29 +0000 (+0000) Subject: Remove unused sizeof check to avoid using it. X-Git-Tag: 1.5.2^0 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=667993a1b722d75c7db4d8dca1eb23ff41554f16;hp=c0a92277b3bf44417dcdb05df9ab163d3cc8af9a Remove unused sizeof check to avoid using it. --- diff --git a/configure.ac b/configure.ac index 777c6ab..9fdabe1 100644 --- a/configure.ac +++ b/configure.ac @@ -66,7 +66,6 @@ esac # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_TYPE_SIZE_T -AC_CHECK_SIZEOF([long]) # Checks for library functions. AC_CHECK_FUNCS([strchr strdup strstr timegm gmtime_r strcasecmp])