diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3aba414a2..c37d7f499 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.356 2006/08/30 17:24:41 djm Exp $ | 1 | # $Id: configure.ac,v 1.357 2006/09/01 10:29:11 dtucker Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 1999-2004 Damien Miller | 3 | # Copyright (c) 1999-2004 Damien Miller |
4 | # | 4 | # |
@@ -15,7 +15,7 @@ | |||
15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | 16 | ||
17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) | 17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) |
18 | AC_REVISION($Revision: 1.356 $) | 18 | AC_REVISION($Revision: 1.357 $) |
19 | AC_CONFIG_SRCDIR([ssh.c]) | 19 | AC_CONFIG_SRCDIR([ssh.c]) |
20 | 20 | ||
21 | AC_CONFIG_HEADER(config.h) | 21 | AC_CONFIG_HEADER(config.h) |
@@ -982,6 +982,8 @@ AC_TRY_COMPILE( | |||
982 | ] | 982 | ] |
983 | ) | 983 | ) |
984 | 984 | ||
985 | AC_CHECK_DECLS(GLOB_NOMATCH, , , [#include <glob.h>]) | ||
986 | |||
985 | AC_MSG_CHECKING([whether struct dirent allocates space for d_name]) | 987 | AC_MSG_CHECKING([whether struct dirent allocates space for d_name]) |
986 | AC_RUN_IFELSE( | 988 | AC_RUN_IFELSE( |
987 | [AC_LANG_SOURCE([[ | 989 | [AC_LANG_SOURCE([[ |