From d575f1e5ea011d8c68c7cbfc40184f36bbcd5ead Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Tue, 22 May 2012 05:46:16 -0700 Subject: [PATCH] Remove unneeded acconfig.h, suppressing warnings from autoheader acconfig.h was being used to undefine some macros, but these aren't actually used anywhere in the pkg-config code. I suspect this was a holdover from when glib-1 was used internally. glib does define some similar macros, but that code is all self-contained there and not anything we need to worry about in pkg-config. --- acconfig.h | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 acconfig.h diff --git a/acconfig.h b/acconfig.h deleted file mode 100644 index 46d3386..0000000 --- a/acconfig.h +++ /dev/null @@ -1,2 +0,0 @@ -#undef SIZEOF_LONG -#undef SIZEOF_VOID_P