Remove original getopt.[ch] in favor of gnulib's.

This commit is contained in:
Micah Cowan
2007-10-13 23:16:57 -07:00
parent 981d279da3
commit 3f45148eba
7 changed files with 6 additions and 1207 deletions

View File

@@ -220,13 +220,6 @@ WGET_NANOSLEEP
WGET_POSIX_CLOCK
WGET_NSL_SOCKET
dnl
dnl Check if we need to compile in getopt.c.
dnl
AC_CHECK_FUNC(getopt_long, [], [
AC_LIBOBJ([getopt])
])
dnl
dnl Checks for libraries.
dnl