From 10b202667b8093e063b4ed479855a0d3324030a3 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 25 Aug 2007 01:52:42 +0000 Subject: 2007-08-24 Frank Ch. Eigler * configure.ac: Check for proper $PROCFLAGS-dependent -lcap. * Makefile.am (staprun_LDADD): Use autoconf variable rather than -lcap literal. * configure, aclocal.m4, Makefile.in, config.in: Regenerated. --- config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.in') diff --git a/config.in b/config.in index f9b13645..8b5e21e5 100644 --- a/config.in +++ b/config.in @@ -12,6 +12,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `cap' library (-lcap). */ +#undef HAVE_LIBCAP + /* Define to 1 if you have the `dw' library (-ldw). */ #undef HAVE_LIBDW @@ -42,6 +45,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_CAPABILITY_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H -- cgit