examples: Only check for HAVE_SIGACTION once in Makefile.am
authorPeter Stuge <peter@stuge.se>
Tue, 8 May 2012 17:22:31 +0000 (19:22 +0200)
committerHans de Goede <hdegoede@redhat.com>
Wed, 15 May 2013 18:43:35 +0000 (20:43 +0200)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
examples/Makefile.am
libusb/version_nano.h

index 380e13f..633eecb 100644 (file)
@@ -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
index 1587ba8..a863160 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10667
+#define LIBUSB_NANO 10668