From 772d075f040e62951972e57ea5b1c0653914dfb6 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Tue, 17 Apr 2007 23:21:43 +0000 Subject: [PATCH] conditionally compile peekfd --- ChangeLog | 3 ++- src/Makefile.am | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6bbdb2a..6719c9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ Changes in 22.5 =============== - +2007-04-18 Craig Small + * Conditonally compile peekfd if the right registers are found Changes in 22.4 =============== diff --git a/src/Makefile.am b/src/Makefile.am index 138aeab..0760fff 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,10 @@ AM_CFLAGS = -Wall -DLOCALEDIR=\"/usr/share/locale\" -bin_PROGRAMS = fuser killall pstree oldfuser peekfd +bin_PROGRAMS = fuser killall pstree oldfuser +if WANT_PEEKFD + bin_PROGRAMS += peekfd +endif oldfuser_SOURCES = oldfuser.c comm.h signals.c signals.h loop.h i18n.h -- 2.40.0