aboutsummaryrefslogtreecommitdiffstats
path: root/erts/configure.in
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-04-13 07:04:49 +0200
committerBjörn Gustavsson <[email protected]>2010-04-30 06:16:03 +0200
commite5c6b79fba89208f0d293ad69f5fd802931c08e2 (patch)
tree0fd1ab9a16bd0fe91c098bd446868c9c0209f53d /erts/configure.in
parentb45b616fe218913cfb1089a10e1e85a1c19948f8 (diff)
downloadotp-e5c6b79fba89208f0d293ad69f5fd802931c08e2.tar.gz
otp-e5c6b79fba89208f0d293ad69f5fd802931c08e2.tar.bz2
otp-e5c6b79fba89208f0d293ad69f5fd802931c08e2.zip
configure: Remove stray OSE/Delta support
Diffstat (limited to 'erts/configure.in')
-rw-r--r--erts/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in
index e5202b75cb..a14b10adbf 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -2910,7 +2910,7 @@ case $enable_hybrid_heap-$host_os in
no-*)
AC_MSG_RESULT([no; disabled by user])
ERTS_BUILD_HYBRID_EMU=no;;
- *-win32|*-vxworks|*-ose) # vxworks and ose have their own "configure scripts"...
+ *-win32|*-vxworks) # vxworks have their own "configure scripts"...
AC_MSG_RESULT([no; default on this platform])
ERTS_BUILD_HYBRID_EMU=no;;
*)