]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Add glob.h to configure.ac AC_CHECK_HEADERS 847/head
authorWolfgang Stöggl <c72578@yahoo.de>
Fri, 1 Dec 2017 11:51:01 +0000 (12:51 +0100)
committerWolfgang Stöggl <c72578@yahoo.de>
Fri, 1 Dec 2017 11:51:01 +0000 (12:51 +0100)
- Adds check for glob.h
- Provides HAVE_GLOB_H

configure.ac

index 7ef8c01ac115a27d43276a419aea27a200bb04e8..207c6cc79c2a7a98a2586ff1fde93e8987cb0113 100644 (file)
@@ -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