summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f6c44b874..2439e3948 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1405,6 +1405,9 @@ g.gl_statv = NULL;
1405 1405
1406AC_CHECK_DECLS([GLOB_NOMATCH], , , [#include <glob.h>]) 1406AC_CHECK_DECLS([GLOB_NOMATCH], , , [#include <glob.h>])
1407 1407
1408AC_CHECK_DECL([VIS_ALL], ,
1409 AC_DEFINE(BROKEN_STRNVIS, 1, [missing VIS_ALL]), [#include <vis.h>])
1410
1408AC_MSG_CHECKING([whether struct dirent allocates space for d_name]) 1411AC_MSG_CHECKING([whether struct dirent allocates space for d_name])
1409AC_RUN_IFELSE( 1412AC_RUN_IFELSE(
1410 [AC_LANG_PROGRAM([[ 1413 [AC_LANG_PROGRAM([[