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:
Daniel Macks 2012-12-01 14:23:01 -05:00 committed by Matthias Clasen
parent 1fec9ac47d
commit 79fab3e647

View File

@ -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])