mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
1f4049bf91
Programming Volume 2, 2nd Edition". It contains the library and headers used in the examples as well as all programs from the text that compile on FreeBSD systems. For more information on the book, see http://www.phptr.com/ptrbooks/ptr_013490012X.html For more info on W. Richard Stevens, see http://www.kohala.com/~rstevens/ PR: ports/14058 Submitted by: James FitzGibbon <james@targetnet.com>
14 lines
426 B
Plaintext
14 lines
426 B
Plaintext
--- configure.orig Tue Sep 28 11:52:17 1999
|
|
+++ configure Tue Sep 28 11:52:24 1999
|
|
@@ -2894,10 +2894,6 @@
|
|
LIB_OBJS="$LIB_OBJS signal.o"
|
|
LIB_OBJS="$LIB_OBJS signal_intr.o"
|
|
LIB_OBJS="$LIB_OBJS sleep_us.o"
|
|
-if test $ac_cv_have_siginfo_t_struct = yes ; then
|
|
- LIB_OBJS="$LIB_OBJS signal_rt.o"
|
|
- LIB_OBJS="$LIB_OBJS signal_rt_intr.o"
|
|
-fi
|
|
if test "$ac_cv_func_snprintf" = no ; then
|
|
LIB_OBJS="$LIB_OBJS snprintf.o"
|
|
fi
|