Don't check for getopt_long, no longer used anywhere.

* configure.ac: Remove check.
This commit is contained in:
Simon Josefsson
2021-07-24 22:44:27 +02:00
parent 1631c62b77
commit c42e1472ee

View File

@@ -794,10 +794,6 @@ AC_CHECK_FUNC(_obstack_free)
AC_CHECK_FUNC(setpgid, , AC_DEFINE([setpgid], setpgrp,
[Define to `setpgrp' if you don't have `setpgid'.]))
# We use our own version of getopt (including our own header file) if
# the system one doesn't have getopt_long.
AC_CHECK_FUNC(getopt_long)
# See if the system has hstrerror, and replace it if not
save_LIBS=$LIBS