at master 610 B view raw
1--- ./configure 2022-12-20 17:13:17.804045620 +0100 2+++ ./configure-fixed 2022-12-20 17:16:00.444114824 +0100 3@@ -21723,11 +21723,7 @@ 4 solaris2*) LOCAL_CFLAGS=-DSOLARIS ;; 5 lynxos*) LOCAL_CFLAGS=-DRECYCLES_PIDS ;; 6 linux*) LOCAL_LDFLAGS=-rdynamic # allow dynamic loading 7- case "`uname -r`" in 8- 1.*|2.[0123]*) : ;; 9- *) printf "%s\n" "#define PGRP_PIPE 1" >>confdefs.h 10- ;; 11- esac ;; 12+ printf "%s\n" "#define PGRP_PIPE 1" >>confdefs.h ;; 13 netbsd*|openbsd*) LOCAL_CFLAGS="-DDEV_FD_STAT_BROKEN" ;; 14 freebsd*|midnightbsd*) LOCAL_CFLAGS='-DHEREDOC_PIPESIZE=4096' ;; 15 *qnx[67]*) LOCAL_LIBS="-lncurses" ;;