pidgin.win32.autotools: 0c27aa30: Fixes from Fridrich Strba to make stuff ...

John Bailey rekkanoryo at rekkanoryo.org
Wed Nov 3 21:14:29 EDT 2010


On 11/03/2010 05:35 PM, datallah at pidgin.im wrote:
> Changelog: 
> 
> Fixes from Fridrich Strba to make stuff work when we happen to find evolution
> or a regex.h.
> ============================================================
> --- configure.ac	964e83aa1536282679c6bbf82fda3190a2fae0a4
> +++ configure.ac	2f957b1c5905535645208b78d781afef58f1c461
> @@ -153,10 +153,10 @@ AC_HEADER_SYS_WAIT
>  dnl Checks for header files.
>  AC_HEADER_STDC
>  AC_HEADER_SYS_WAIT
> -AC_CHECK_HEADERS(arpa/nameser_compat.h fcntl.h sys/time.h unistd.h locale.h stdint.h regex.h)
> +AC_CHECK_HEADERS(arpa/nameser_compat.h fcntl.h sys/time.h unistd.h locale.h stdint.h)
>  dnl signal.h is not good in mingw
>  if test "$os_win32" != yes; then
> -	AC_CHECK_HEADERS(signal.h)
> +	AC_CHECK_HEADERS(signal.h regex.h)
>  fi

Doesn't this make it impossible to build a Cygwin binary of Pidgin?  Or am I
missing something?

John

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://pidgin.im/pipermail/devel/attachments/20101103/c802c496/attachment.sig>


More information about the Devel mailing list