summaryrefslogtreecommitdiffstats
path: root/aclocal/enable-posix.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 15:50:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 15:50:20 +0000
commit78ffe896ec72aa52fbdc6117c0c1101d865b4954 (patch)
tree8f32f5e978d330a256f539a809eafb9c0b66f6fa /aclocal/enable-posix.m4
parentAdded as part of moving librdbg to its own top level package. This was (diff)
downloadrtems-78ffe896ec72aa52fbdc6117c0c1101d865b4954.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Removed all go32 configuration tests. This patch also comments out some special treatment for Cygwin from *.m4 macros. According to reports from David Fiddes. these should not be necessary anymore.
Diffstat (limited to 'aclocal/enable-posix.m4')
-rw-r--r--aclocal/enable-posix.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/aclocal/enable-posix.m4 b/aclocal/enable-posix.m4
index d19c9b41a6..ee2d9fd37f 100644
--- a/aclocal/enable-posix.m4
+++ b/aclocal/enable-posix.m4
@@ -16,9 +16,6 @@ AC_SUBST(RTEMS_HAS_POSIX_API)
changequote(,)dnl
case "${target}" in
# hpux unix port should go here
- i[3456]86-go32-rtems*)
- RTEMS_HAS_POSIX_API=no
- ;;
i[3456]86-pc-linux*) # unix "simulator" port
RTEMS_HAS_POSIX_API=no
;;