From 48c8a116a914a325a0497721f5d8b58d5bba34d4 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 19 Nov 2017 15:09:16 -0500 Subject: * configure.ac: Support GLIBC glob interface version 2 --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -Naur a/configure b/configure --- configure 2016-06-10 19:03:21.000000000 -0400 +++ configure 2018-02-18 04:40:32.971371555 -0500 @@ -11481,10 +11481,9 @@ #include #include -#define GLOB_INTERFACE_VERSION 1 #if !defined _LIBC && defined __GNU_LIBRARY__ && __GNU_LIBRARY__ > 1 # include -# if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION +# if _GNU_GLOB_INTERFACE_VERSION == 1 || _GNU_GLOB_INTERFACE_VERSION == 2 gnu glob # endif #endif