X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=configure.ac;h=986b079660d98a884754f221b096a7d9ca8fc033;hb=44283eb6cab1d0faf5e446b092f0d5c03ee50b69;hp=a02494e223fe0eef8d5f24ec2b4149aff972a108;hpb=08cba4e4e51faa27eddbf320cda328ef12034a53;p=chaz%2Ftar 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,