move tsearch.c to autodetection for libroken.la

This commit is contained in:
Love Hornquist Astrand
2011-05-17 21:47:02 -07:00
parent 4c7ba73439
commit 01f0a1f509
2 changed files with 2 additions and 3 deletions

View File

@@ -201,7 +201,6 @@ AC_CHECK_FUNCS([ \
sysctl \ sysctl \
tdelete \ tdelete \
tfind \ tfind \
tsearch \
twalk \ twalk \
uname \ uname \
unvis \ unvis \
@@ -375,6 +374,7 @@ AC_BROKEN([ \
strtok_r \ strtok_r \
strupr \ strupr \
swab \ swab \
tsearch \
timegm \ timegm \
unsetenv \ unsetenv \
verr \ verr \

View File

@@ -41,7 +41,7 @@ LDADD = libroken.la
make_roken_LDADD = make_roken_LDADD =
noinst_LTLIBRARIES = libtest.la noinst_LTLIBRARIES = libtest.la
libtest_la_SOURCES = strftime.c strptime.c snprintf.c libtest_la_SOURCES = strftime.c strptime.c snprintf.c tsearch.c
libtest_la_CFLAGS = -DTEST_SNPRINTF -DTEST_STRPFTIME libtest_la_CFLAGS = -DTEST_SNPRINTF -DTEST_STRPFTIME
parse_reply_test_SOURCES = parse_reply-test.c resolve.c parse_reply_test_SOURCES = parse_reply-test.c resolve.c
@@ -111,7 +111,6 @@ libroken_la_SOURCES = \
strerror_r.c \ strerror_r.c \
strpool.c \ strpool.c \
timeval.c \ timeval.c \
tsearch.c \
tm2time.c \ tm2time.c \
unvis.c \ unvis.c \
verify.c \ verify.c \