Make availability of glob(3) optional in settings_t.

If glob(3) is not available just try to open the pattern as regular
file. The reason for this change is that glob(3) is not available on Android.
This commit is contained in:
Tobias Brunner
2011-03-22 19:21:26 +01:00
parent 913591ecb8
commit a6390879d5
2 changed files with 35 additions and 22 deletions
+1 -1
View File
@@ -348,7 +348,7 @@ AC_CHECK_FUNCS(prctl)
AC_CHECK_FUNCS(mallinfo)
AC_CHECK_HEADERS(sys/sockio.h)
AC_CHECK_HEADERS(sys/sockio.h glob.h)
AC_CHECK_HEADERS(net/pfkeyv2.h netipsec/ipsec.h netinet6/ipsec.h linux/udp.h)
AC_CHECK_MEMBERS([struct sockaddr.sa_len], [], [],