We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db7c32 commit b0f1d71Copy full SHA for b0f1d71
autogen.sh
@@ -32,6 +32,7 @@ if [ "$BUILD_YEAR2038" = yes ] && [ "`uname -s`" = Linux ]; then
32
GLIBC_VERSION=`ldd --version|head -1|grep GLIBC|sed 's/.* //'`
33
maj_glibc=`echo "$GLIBC_VERSION" | cut -d. -f1`
34
min_glibc=`echo "$GLIBC_VERSION" | cut -d. -f2`
35
+ echo "GNU C Library identification: $GLIBC_VERSION"
36
if [ "$maj_glibc" -gt 2 ] || { [ "$maj_glibc" -eq 2 ] && \
37
[ "$min_glibc" -ge 34 ]; }; then
38
CONFIGURE_AC_NEW="configure.ac.new$$"
0 commit comments