mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-01-02 02:40:07 +01:00
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:
parent
7ac6f32625
commit
d575f1e5ea
1 changed files with 0 additions and 2 deletions
|
|
@ -1,2 +0,0 @@
|
|||
#undef SIZEOF_LONG
|
||||
#undef SIZEOF_VOID_P
|
||||
Loading…
Add table
Reference in a new issue