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.
This commit is contained in:
Dan Nicholson 2012-05-22 05:46:16 -07:00
parent 7ac6f32625
commit d575f1e5ea

View file

@ -1,2 +0,0 @@
#undef SIZEOF_LONG
#undef SIZEOF_VOID_P