summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-31 04:36:38 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-31 04:36:38 +0000
commitcf97cd57b9aa26b1aa80bd7e91bbe4745a8301d0 (patch)
tree63f3802266420dcfeef1b188f644946650d7746c /configure.in
parentb8a15e5908eacab55d6f69f2a5049ae42e210689 (diff)
downloadruby-cf97cd57b9aa26b1aa80bd7e91bbe4745a8301d0.tar.gz
ruby-cf97cd57b9aa26b1aa80bd7e91bbe4745a8301d0.tar.xz
ruby-cf97cd57b9aa26b1aa80bd7e91bbe4745a8301d0.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 445e8322d..19aa49c5e 100644
--- a/configure.in
+++ b/configure.in
@@ -795,9 +795,12 @@ case "$target_os" in
openstep*)
CFLAGS="$CFLAGS -pipe"
;;
- rhasody*)
+ rhapsody*)
CFLAGS="$CFLAGS -pipe -no-precomp"
;;
+ os2_emx)
+ CFLAGS="$CFLAGS -DOS2"
+ ;;
osf*)
if test "$without_gcc" = "no" ; then
CFLAGS="$CFLAGS -ansi"