From c93e1d442bf66549ef5e2e86fbcc9811d201f60e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 13 Apr 2007 03:59:59 +0000 Subject: Use HAS_PTHREADS instead of LIBPOSIX. --- cpukit/httpd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/httpd/Makefile.am') diff --git a/cpukit/httpd/Makefile.am b/cpukit/httpd/Makefile.am index 3bf90db859..9613466871 100644 --- a/cpukit/httpd/Makefile.am +++ b/cpukit/httpd/Makefile.am @@ -7,7 +7,7 @@ include $(top_srcdir)/automake/compile.am AM_CPPFLAGS += -DWEBS -DUEMF if LIBNETWORKING -if HAS_POSIX +if HAS_PTHREADS include_goaheaddir = $(includedir)/goahead include_HEADERS = rtems_webserver.h -- cgit v1.2.3