mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
Add missing autoconf test for sysctlbyname()
uses specific mib[] tokens iff it is available, but configure wasn't testing for it to be available. https://bugzilla.gnome.org/show_bug.cgi?id=689324
This commit is contained in:
parent
1fec9ac47d
commit
79fab3e647
@ -901,6 +901,7 @@ AC_CHECK_HEADERS([sys/mount.h sys/sysctl.h], [], [],
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
])
|
||||
AC_CHECK_FUNCS(sysctlbyname)
|
||||
|
||||
AC_CHECK_HEADERS([xlocale.h])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user