diff options
Diffstat (limited to 'gprof/configure')
-rwxr-xr-x | gprof/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gprof/configure b/gprof/configure index c702138..55d2737 100755 --- a/gprof/configure +++ b/gprof/configure @@ -787,6 +787,8 @@ case "${host}" in : elif grep 'No such file' conftest.t >/dev/null 2>&1; then : + elif grep 'do not mix' conftest.t >/dev/null 2>&1; then + : elif test "${shared}" = "true"; then HLDFLAGS='-Wl,-rpath=$(libdir)' else |