Removed uneeded/redondant check
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Mon, 16 Aug 2010 15:24:50 +0000 (11:24 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Mon, 16 Aug 2010 15:29:38 +0000 (11:29 -0400)
configure.ac

index 743384a..edf939b 100644 (file)
@@ -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.