-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 5/25/15 8:15 PM, Mike Frysinger wrote:
> On 25 May 2015 17:38, Chet Ramey wrote:
>> On 5/25/15 9:15 AM, isabella parakiss wrote:
>>> This is from configure.ac
>>>
>>> linux*) LOCAL_LDFLAGS=-rdynamic # allow dynamic loading
>>>
On 25 May 2015 17:38, Chet Ramey wrote:
> On 5/25/15 9:15 AM, 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
Chet Ramey writes:
> 1. Is anyone actually using 4.0 in a distribution?
Sure: openSUSE Tumbleweed.
> 2. If you're looking at bash-4.3, why would you have expected a version
>from a couple of years ago to check for it?
I would have expected that it checks for Linux 10.0 as well, or anything
On 5/25/15 9:15 AM, 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 c
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
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.
---
xoxo iza