Index: configure =================================================================== RCS file: /sources/gcl/gcl/configure,v retrieving revision 1.299 diff -u -r1.299 configure --- configure 7 May 2010 18:57:18 -0000 1.299 +++ configure 21 Jan 2013 22:10:03 -0000 @@ -8120,7 +8120,7 @@ heap_ceiling=0x0 else if test -d /proc/self ; then - heap_ceiling=0x`/bin/cat /proc/self/maps | grep "/lib/ld" | cut -f1 -d- | head -1` + heap_ceiling=0x`/bin/cat /proc/self/maps | grep "/lib.*/ld" | cut -f1 -d- | head -1` else #echo -e "#include \n int main() {printf(\"foo\");return 0;}" >foo.c #$CC foo.c -o foo