remove getpt from function checking list

This commit is contained in:
Vincent Wei
2019-06-06 10:19:19 +08:00
parent 7303f40b2e
commit 6201664035
+1 -1
View File
@@ -76,7 +76,7 @@ AC_FUNC_ALLOCA
AC_FUNC_MEMCMP
AC_FUNC_MMAP
AC_FUNC_VPRINTF
AC_CHECK_FUNCS(time mktime localtime strdup strcasecmp strncasecmp strerror setlocale getpt)
AC_CHECK_FUNCS(time mktime localtime strdup strcasecmp strncasecmp strerror setlocale)
dnl ========================================================================
dnl User selectable options