Mercurial > pidgin.yaz
changeset 22511:4bcd3868a136
This broke building perl, finding EXTERN.h breaks without the PERL_CFLAGS
stuff we add to CPPFLAGS. There might be a better way to fix this but it is
late and this works.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Wed, 19 Mar 2008 05:06:14 +0000 |
parents | 69a5f005fdbf |
children | eee94c5446a9 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Wed Mar 19 04:00:57 2008 +0000 +++ b/configure.ac Wed Mar 19 05:06:14 2008 +0000 @@ -1381,7 +1381,7 @@ oldCPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $PERL_CFLAGS" - AC_CHECK_HEADERS_ONCE(EXTERN.h) + AC_CHECK_HEADERS(EXTERN.h) AC_CHECK_HEADERS(perl.h, [], enable_perl=no, [#if HAVE_EXTERN_H # include <EXTERN.h>