From c38476ac072b7aee59a369b0b5db65ede9dadd28 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Mon, 16 Aug 2010 11:24:50 -0400 Subject: [PATCH] Removed uneeded/redondant check --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 743384a..edf939b 100644 --- a/configure.ac +++ b/configure.ac @@ -64,9 +64,6 @@ AM_CONDITIONAL(HAVE_LIBPROXY, [test "x$with_libproxy" = "xyes"]) AC_SUBST(LIBPROXY_CFLAGS) AC_SUBST(LIBPROXY_LIBS) -dnl Checks for header files. -AC_CHECK_HEADERS([stdlib.h string.h]) - dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. -- 2.7.4