summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rw-r--r--configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index f0e92c67a9..2b384f64c7 100644
--- a/configure
+++ b/configure
@@ -515,7 +515,6 @@ else
> $cache_file
fi
-echo $CC
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
@@ -4692,9 +4691,12 @@ case "$host_os" in
openstep*)
CFLAGS="$CFLAGS -pipe"
;;
- rhasody*)
+ rhapsody*)
CFLAGS="$CFLAGS -pipe -no-precomp"
;;
+ os2_emx)
+ CFLAGS="$CFLAGS -DOS2"
+ ;;
*)
;;
esac