Re: [AD] allegro-config version patch

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


On 2002-04-22, Vincent Penquerc'h <Vincent.Penquerch@xxxxxxxxxx> wrote:
> This allows to override the version of Allegro to link with.

Committed to trunk and branch.

>  if test "$echo_libs" = "yes"; then
> +   lib_base_name=$prefix/lib/lib$lib_type-$optarg
> +   if test ! -f ${lib_base_name}.so; then
> +      if test ! -f ${lib_base_name}.a; then
> +         echo "${lib_base_name}.[so|a] not found"
> +         exit 1
> +      fi
> +   fi

I got rid of this bit (doesn't work and unnecessary).



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/