From 7f38cb092dcca924945d74e8722d0033d4792c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Mon, 27 Nov 2000 22:35:25 +0100 Subject: [PATCH] * configure.in: Use AC_LIB_ARGP. Rev: configure.in:1.94 --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 6df94b09..0e329595 100644 --- a/configure.in +++ b/configure.in @@ -451,7 +451,8 @@ AC_CHECK_FUNCS(getopt_long,,[LIBOBJS="getopt.o getopt1.o $LIBOBJS"]) # Use system argp only if we can actually link with it. if test x$with_system_argp = xyes ; then - AC_CHECK_FUNCS(argp_parse,, with_system_argp=no) +dnl AC_CHECK_FUNCS(argp_parse,, with_system_argp=no) + AC_LIB_ARGP(,with_system_argp=no) fi # FIXME: If the system already has argp, it's unnecessary to build our own. -- GitLab