bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Check linux 4


From: Mike Frysinger
Subject: Re: Check linux 4
Date: Mon, 25 May 2015 10:17:08 -0400

On 25 May 2015 15:15, isabella parakiss wrote:
> This is from configure.ac
> 
> linux*)               LOCAL_LDFLAGS=-rdynamic          # allow dynamic loading
>               case "`uname -r`" in
>               2.[[456789]]*|3*)       AC_DEFINE(PGRP_PIPE) ;;
>               esac ;;
> 
> It doesn't check for linux 4.

this isn't strictly a problem because there's already the BASH_SYS_PGRP_SYNC 
macro that does a compile/run test.  probably should delete this uname based 
code entirely at this point ...
-mike

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]