Remove unused sizeof check to avoid using it.
authorscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sat, 8 Dec 2012 04:50:29 +0000 (04:50 +0000)
committerscantor <scantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Sat, 8 Dec 2012 04:50:29 +0000 (04:50 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-xmltooling/branches/REL_1@1018 de75baf8-a10c-0410-a50a-987c0e22f00f

configure.ac

index 777c6ab..9fdabe1 100644 (file)
@@ -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])