X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=7bdd87f073756d61c3bb6d2192de2a6057a77482;hb=cc2f230e7056734a2f7db67fbf9646a549496021;hp=09a2e3e42b4b623efe46b9c049ca1480d67a1056;hpb=d11d6e038e2e60c6b876c7018ad181a08e6cef8d;p=pspp-builds.git diff --git a/configure.ac b/configure.ac index 09a2e3e4..7bdd87f0 100644 --- a/configure.ac +++ b/configure.ac @@ -303,7 +303,9 @@ gl_INIT AC_C_INLINE -AC_CHECK_SIZEOF(double) +AC_CHECK_SIZEOF([size_t]) +SIZEOF_SIZE_T=$ac_cv_sizeof_size_t +AC_SUBST([SIZEOF_SIZE_T]) AC_C_BIGENDIAN