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:
+1
-1
@@ -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], [], [],
|
||||
|
||||
Reference in New Issue
Block a user