[cpp-xmltooling COMMIT] /branches/REL_1/configure.ac
noreply at shibboleth.net
noreply at shibboleth.net
Fri Dec 7 23:50:29 EST 2012
Author: scantor
Date: Fri Dec 7 23:50:29 2012
New Revision: 1018
URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=1018&view=rev
Log:
Remove unused sizeof check to avoid using it.
Modified:
branches/REL_1/configure.ac
Modified: branches/REL_1/configure.ac
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/configure.ac?rev=1018&r1=1017&r2=1018&view=diff
==============================================================================
--- branches/REL_1/configure.ac (original)
+++ branches/REL_1/configure.ac Fri Dec 7 23:50:29 2012
@@ -66,7 +66,6 @@
# 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])
More information about the commits
mailing list