92adbc5d72
particularly with respect to threading flags. Before this change, the following scenario would fail (e.g., on Linux with pthreads): {{{ $ ./configure --disable-shared --enable-static ... $ make clean install $ cd examples $ make clean all }}} Linking the Fortran examples would fail with missing pthread symbols. This commit was SVN r26927.