diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index fa7ef6b..549f303 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -36,6 +36,7 @@ AC_PROG_CC | |||
36 | AC_PROG_LIBTOOL | 36 | AC_PROG_LIBTOOL |
37 | AC_PROG_CC_STDC | 37 | AC_PROG_CC_STDC |
38 | AM_PROG_CC_C_O | 38 | AM_PROG_CC_C_O |
39 | AC_PROG_LN_S | ||
39 | 40 | ||
40 | AC_CHECK_FUNC(strlcpy,[AC_SEARCH_LIBS(strlcpy,, [NO_STRLCPY=], | 41 | AC_CHECK_FUNC(strlcpy,[AC_SEARCH_LIBS(strlcpy,, [NO_STRLCPY=], |
41 | [NO_STRLCPY=yes])], [NO_STRLCPY=yes]) | 42 | [NO_STRLCPY=yes])], [NO_STRLCPY=yes]) |