--- aclocal.m4.dist 2015-05-08 18:27:09.996655457 -0400 +++ aclocal.m4 2015-05-08 18:27:40.879752446 -0400 @@ -1553,7 +1553,6 @@ dnl can detect; the former includes only stdio.h for types while the latter dnl includes several header files. AC_DEFUN([CF_CHECK_SIZEOF],[ -AC_CHECK_SIZEOF([$1],[$2]) if test "${ac_cv_type_$1:+set}" = set; then if test "${ac_cv_sizeof_$1:+set}" != set; then AC_MSG_WARN(using $2 for sizeof $1) @@ -1563,6 +1562,7 @@ ac_cv_sizeof_$1=$2 fi fi +AC_CHECK_SIZEOF([$1],[$2]) ])dnl dnl --------------------------------------------------------------------------- dnl CF_CHECK_SSL_X509 version: 4 updated: 2008/12/11 19:00:39