diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7aec0b7..2e00982 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -36,7 +36,6 @@ 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 | ||
40 | 39 | ||
41 | AC_CHECK_FUNC(strlcpy,[AC_SEARCH_LIBS(strlcpy,, [NO_STRLCPY=], | 40 | AC_CHECK_FUNC(strlcpy,[AC_SEARCH_LIBS(strlcpy,, [NO_STRLCPY=], |
42 | [NO_STRLCPY=yes])], [NO_STRLCPY=yes]) | 41 | [NO_STRLCPY=yes])], [NO_STRLCPY=yes]) |