From a1b0ae5e594812f69b0114292a1d5eec9e891207 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Tue, 8 May 2012 19:22:31 +0200 Subject: examples: Only check for HAVE_SIGACTION once in Makefile.am Signed-off-by: Hans de Goede --- examples/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples') diff --git a/examples/Makefile.am b/examples/Makefile.am index 380e13f..633eecb 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -5,10 +5,8 @@ noinst_PROGRAMS = listdevs xusb fxload hotplugtest if HAVE_SIGACTION noinst_PROGRAMS += dpfp -endif if THREADS_POSIX -if HAVE_SIGACTION dpfp_threaded_CFLAGS = $(AM_CFLAGS) noinst_PROGRAMS += dpfp_threaded endif -- cgit v1.2.3