Uros Bizjak <ubiz...@gmail.com> writes:

> +# Check for getexecname function.
> +if test -n "${with_target_subdir}"; then
> +   case "${host}" in
> +   *-*-solaris2*) have_getexecname=yes ;;
> +   *) have_getexecname=no ;;
> +   esac
> +else
> +  AC_CHECK_FUNC(getexecname, [have_getexecname=yes], [have_getexename=no])
>
> There is a typo in the above line, s/have_getexename/have_getexecname

Oops, fixed.

Thanks for the hint.

        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

Reply via email to