diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-31 04:36:38 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-31 04:36:38 +0000 |
| commit | cf97cd57b9aa26b1aa80bd7e91bbe4745a8301d0 (patch) | |
| tree | 63f3802266420dcfeef1b188f644946650d7746c /configure.in | |
| parent | b8a15e5908eacab55d6f69f2a5049ae42e210689 (diff) | |
| download | ruby-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.in | 5 |
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" |
