summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-10-03 11:09:32 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-10-03 11:09:32 -0500
commitcb7b57e174d7a559af3ec910a99e0538cc9f99b7 (patch)
treec9e52f936e1b9560fbd104c6f75743ead4e1a4d6 /testsuites/libtests/Makefile.am
parentthreaddispatch.c: Fix typo (diff)
downloadrtems-cb7b57e174d7a559af3ec910a99e0538cc9f99b7.tar.bz2
mghttpd: Requires POSIX to build server and tests
Formerly, mghttpd was conditional only on networking being enabled. It uses on pthread and must also be conditional on POSIX threads support being enabled.
Diffstat (limited to 'testsuites/libtests/Makefile.am')
-rw-r--r--testsuites/libtests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index 69f4e8df17..57f965b749 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -20,7 +20,9 @@ SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
mouse01
if NETTESTS
+if HAS_POSIX
SUBDIRS += mghttpd01
+endif
SUBDIRS += ftp01
SUBDIRS += syscall01
endif