Apparently there is a bug in gcc-3.1 regarding -pipe; it causes "configure" to just hang.
Is there a better way to detect the version of gcc in autoconf other than parse the output of "gcc --version" so I can avoid testing for -pipe when I see that version of gcc? H
