summaryrefslogtreecommitdiffstats
path: root/aclocal/enable-posix.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-16 13:05:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-16 13:05:19 +0000
commit3207f0a969713d21a7a97c4b9ba0b3f286c0e85d (patch)
treeb2bbb1017d09bde502c882568e81048dd97396b4 /aclocal/enable-posix.m4
parentPatch rtems-rc-20000615-4-cvs.diff from Ralf Corsepius (diff)
downloadrtems-3207f0a969713d21a7a97c4b9ba0b3f286c0e85d.tar.bz2
Patch from James Housley <jim@thehousleys.net> to address FreeBSD 4.x
build issues.
Diffstat (limited to '')
-rw-r--r--aclocal/enable-posix.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/enable-posix.m4 b/aclocal/enable-posix.m4
index 386ae31e5b..bbf2889b63 100644
--- a/aclocal/enable-posix.m4
+++ b/aclocal/enable-posix.m4
@@ -18,7 +18,7 @@ case "${target}" in
i[34567]86-pc-linux*) # unix "simulator" port
RTEMS_HAS_POSIX_API=no
;;
- i[34567]86-*freebsd2*) # unix "simulator" port
+ i[34567]86-*freebsd*) # unix "simulator" port
RTEMS_HAS_POSIX_API=no
;;
no_cpu-*rtems*)