bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] [SCM] GNU Inetutils branch, master, updated. inetut


From: Simon Josefsson
Subject: Re: [bug-inetutils] [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-168-g9aa72c7
Date: Thu, 13 Sep 2012 22:37:51 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/23.3 (gnu/linux)

Mats Erik Andersson <address@hidden> writes:

> +AC_ARG_WITH([libidn-prefix],
> +  AC_HELP_STRING([--with-libidn-prefix[[=DIR]]],
> +              [Base directory, probes DIR/include and DIR/lib]), ,
> +              [with_libidn_prefix=no])
...
>  if test x"$with_idn" != xno \
>      && test "$ac_cv_header_locale_h" = yes \
>      && test "$ac_cv_func_setlocale" = yes; then
> -  AC_MSG_CHECKING([if GNU libidn is available])
> +  if test x"$with_libidn_prefix" != xno \
> +      && test x"$with_libidn_prefix" != xyes; then
> +    INCIDN=-I$with_libidn_prefix/include
> +    LIBIDN=-L$with_libidn_prefix/lib
> +  fi

Why not just use gnulib's AC_LIB_HAVE_LINKFLAGS (m4/lib-link.m4)?

/Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]