Description: fix a warning in configure script
 Kill AC_INCLUDES_DEFAULT() which is misused here and causes a warning
 during execution of the configure script.
Author: Julien BLACHE <jblache@debian.org>

Index: libantlr3c-3.2/configure
===================================================================
--- libantlr3c-3.2.orig/configure	2010-06-24 16:22:24.000000000 +0200
+++ libantlr3c-3.2/configure	2010-06-24 16:22:30.000000000 +0200
@@ -19704,7 +19704,7 @@
 # Checks for libraries.
 
 # Checks for header files.
-$ac_includes_default
+
 
 
 
Index: libantlr3c-3.2/configure.ac
===================================================================
--- libantlr3c-3.2.orig/configure.ac	2010-06-24 16:22:13.000000000 +0200
+++ libantlr3c-3.2/configure.ac	2010-06-24 16:22:20.000000000 +0200
@@ -148,7 +148,6 @@
 # Checks for libraries.
 
 # Checks for header files.
-AC_INCLUDES_DEFAULT()
 AC_HEADER_RESOLV
 AC_CHECK_HEADERS([sys/malloc.h malloc.h], [], [],
 [[#ifdef HAVE_SYS_MALLOC_H
