Skip to content

Commit 3a69eff

Browse files
author
Peter Stuge
committed
examples: Only check for HAVE_SIGACTION once in Makefile.am
1 parent d9dbb43 commit 3a69eff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ listdevs_SOURCES = listdevs.c
77
if HAVE_SIGACTION
88
dpfp_SOURCES = dpfp.c
99
noinst_PROGRAMS += dpfp
10-
endif
1110

1211
if THREADS_POSIX
13-
if HAVE_SIGACTION
1412
dpfp_threaded_SOURCES = dpfp_threaded.c
1513
dpfp_threaded_CFLAGS = $(THREAD_CFLAGS) $(AM_CFLAGS)
1614
noinst_PROGRAMS += dpfp_threaded
1715
endif
1816
endif
19-

0 commit comments

Comments
 (0)