diff options
author | Peter Stuge <peter@stuge.se> | 2012-05-08 19:22:31 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2013-05-15 20:43:35 +0200 |
commit | a1b0ae5e594812f69b0114292a1d5eec9e891207 (patch) | |
tree | b1e6b65cd607434be000c5bbcc71963f3b4a3e3b /examples | |
parent | cedfca68a8ca74054182cb44e7fef3b0638d0033 (diff) | |
download | libusb-a1b0ae5e594812f69b0114292a1d5eec9e891207.tar.gz |
examples: Only check for HAVE_SIGACTION once in Makefile.am
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
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 |