From 93becc4f527500fc9d544de2f88a6dad43e2e408 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 12 Aug 2004 18:33:13 +0000 Subject: [PATCH] (_getopt_long_only_r): Remove check. gl_ARGP now does this for us. --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure.ac b/configure.ac index a02494e..986b079 100644 --- a/configure.ac +++ b/configure.ac @@ -261,14 +261,6 @@ AC_CHECK_TYPE(iconv_t,:, #endif ]) -# Check if we have reentrant versions of getopt. Argp needs them, -# but many versions of Glibc lack them, though they define the -# same getopt interface version as lib/getopt.c. -AC_CHECK_FUNC(_getopt_long_only_r, - :, - [AC_DEFINE(WANT_INCLUDED_GETOPT,1, - [Define if the included version of getopt has to be used])]) - AC_SUBST(BACKUP_LIBEXEC_SCRIPTS) AC_SUBST(BACKUP_SBIN_SCRIPTS) AC_ARG_ENABLE(backup-scripts, -- 2.44.0