summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-24 21:34:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-24 21:34:47 +0000
commit41f17ba4a5e603ae5360962ac9f9fda9064f554a (patch)
tree7be92d93b0b8bc3014959ed7aec1652c1fef59b2 /testsuites/psxtests/configure.ac
parentRemove C++ comment. (diff)
downloadrtems-41f17ba4a5e603ae5360962ac9f9fda9064f554a.tar.bz2
2007-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1262/filesystem * Makefile.am, configure.ac, include/pmacros.h: Add support for readv() and writev() including documentation and test case. * psxrdwrv/.cvsignore, psxrdwrv/Makefile.am, psxrdwrv/main.c, psxrdwrv/psxrdwrv.scn, psxrdwrv/test.c: New files.
Diffstat (limited to 'testsuites/psxtests/configure.ac')
-rw-r--r--testsuites/psxtests/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/configure.ac b/testsuites/psxtests/configure.ac
index 113413696b..55a5543ae5 100644
--- a/testsuites/psxtests/configure.ac
+++ b/testsuites/psxtests/configure.ac
@@ -23,6 +23,7 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
+AM_CONDITIONAL([HAS_NETWORKING],[test "$HAS_NETWORKING" = "yes"])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
@@ -47,6 +48,7 @@ psxhdrs/Makefile
psxmount/Makefile
psxmsgq01/Makefile
psxreaddir/Makefile
+psxrdwrv/Makefile
psxrwlock01/Makefile
psxsem01/Makefile
psxspin01/Makefile