[PATCH v2] configure.ac: Avoid empty subexpression in grep

Paul Eggert eggert@cs.ucla.edu
Fri Mar 10 08:05:00 GMT 2017


Alexey Neyman wrote:
>>    if $READELF -S conftest.so | grep -F -e '.rel.dyn' -e '.rela.dyn' >
>> /dev/null; then
>
> Yes, that works too. Updated patch attached.

Perhaps you sent the wrong patch? Your patch still had '\|' in it, and '\|' is 
not portable in grep BREs.



More information about the Libc-alpha mailing list