| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| dnl http://www.v6.linux.or.jp/ | ||
| AC_EGREP_CPP([yes], [ | ||
| #include <features.h> | ||
| #if defined(__GLIBC__) && ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)) |
There was a problem hiding this comment.
Glibc 2.1 was released in February 1999. According to DistroWatch, we can safely assume that we run on glibc 2.1 or newer. All we need here is to check for __GLIBC__, AFAICS.
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm!
Sorry, something went wrong.
|
Thanks for the review, both of you! Highly appreciated :) |
Sorry, something went wrong.
…ac (python#116016) Rewrite using AX_CHECK_DEFINE and AC_CHECK_TYPES.
…ac (python#116016) Rewrite using AX_CHECK_DEFINE and AC_CHECK_TYPES.
…ac (python#116016) Rewrite using AX_CHECK_DEFINE and AC_CHECK_TYPES.
| Back | FazBrowse Home | New Git URL |
Alternative to #115791