From: Wolfgang Stöggl Date: Fri, 1 Dec 2017 11:51:01 +0000 (+0100) Subject: Add glob.h to configure.ac AC_CHECK_HEADERS X-Git-Tag: v1.7.1~84^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F847%2Fhead;p=thirdparty%2Frrdtool-1.x.git Add glob.h to configure.ac AC_CHECK_HEADERS - Adds check for glob.h - Provides HAVE_GLOB_H --- diff --git a/configure.ac b/configure.ac index 7ef8c01a..207c6cc7 100644 --- a/configure.ac +++ b/configure.ac @@ -220,7 +220,7 @@ CONFIGURE_PART(Checking for Header Files) dnl Checks for header files. AC_HEADER_STDC AC_HEADER_DIRENT -AC_CHECK_HEADERS(langinfo.h stdint.h inttypes.h libgen.h features.h sys/stat.h sys/types.h fcntl.h fp_class.h malloc.h unistd.h ieeefp.h math.h sys/times.h sys/param.h sys/resource.h signal.h float.h stdio.h stdlib.h errno.h string.h ctype.h grp.h pwd.h) +AC_CHECK_HEADERS(langinfo.h stdint.h inttypes.h libgen.h features.h sys/stat.h sys/types.h fcntl.h fp_class.h malloc.h unistd.h ieeefp.h math.h sys/times.h sys/param.h sys/resource.h signal.h float.h stdio.h stdlib.h errno.h string.h ctype.h grp.h pwd.h glob.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST