Remove enable-unixlib.

This commit is contained in:
Ralf Corsepius
2009-10-14 12:30:10 +00:00
parent b2e1667250
commit cd001e5cb6

View File

@@ -38,12 +38,6 @@ AC_PROG_RANLIB
RTEMS_CHECK_NEWLIB
# HACK: We should use a feature-based configuration.
AS_IF([test x"${RTEMS_CPU}" = x"unix"],[
# HACK: silently accept --enable-unixlib
test -n "${enable_unixlib}" || enable_unixlib="yes"
])
# BSD-isms, used throughout the sources
# Not really used by this configure script
# FIXME: They should be eliminated if possible.