diff options
Diffstat (limited to 'gprof/configure.in')
-rw-r--r-- | gprof/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gprof/configure.in b/gprof/configure.in index 8c13db3..4b0a616 100644 --- a/gprof/configure.in +++ b/gprof/configure.in @@ -7,7 +7,8 @@ AC_ARG_ENABLE(shared, [case "${enableval}" in yes) shared=true ;; no) shared=false ;; - *) AC_MSG_ERROR([bad value ${enableval} for BFD shared option]) ;; + *bfd*) shared=true ;; + *) shared=false ;; esac])dnl AC_PROG_CC |