diff options
Diffstat (limited to 'gprof/configure.in')
-rw-r--r-- | gprof/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gprof/configure.in b/gprof/configure.in index 8da8b86..8c13db3 100644 --- a/gprof/configure.in +++ b/gprof/configure.in @@ -75,6 +75,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 |