X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=configure.ac;h=9909138faa60c85114563d0425bbf3bf322a9eca;hp=ffe55d35169e5cca2c895a2a507f6ee87f0ea244;hb=04e4bd614db762d241f8f59da6c768f1064cc792;hpb=49d7bafd79d1ed25dcb248226bc9e2633033f11a diff --git a/configure.ac b/configure.ac index ffe55d35..9909138f 100644 --- a/configure.ac +++ b/configure.ac @@ -165,11 +165,11 @@ dnl Check sizes of integer types. These are used to find n-bit dnl integral types on older systems that fail to provide intN_t and dnl uintN_t typedefs. dnl -AC_CHECK_SIZEOF(short) -AC_CHECK_SIZEOF(int) -AC_CHECK_SIZEOF(long) -AC_CHECK_SIZEOF(long long) -AC_CHECK_SIZEOF(void *) +AC_CHECK_SIZEOF([short]) +AC_CHECK_SIZEOF([int]) +AC_CHECK_SIZEOF([long]) +AC_CHECK_SIZEOF([long long]) +AC_CHECK_SIZEOF([void *]) dnl dnl Checks for non-universal or system-specific types.