summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1997-05-13 14:02:58 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1997-05-13 14:02:58 +0000
commit8f7049a7f415d964b01203cb126f42f5abde6486 (patch)
tree89cda2a1647313f2f0336cdbce9413bfd0a851fb /configure
parent6a87510d7a89681f3bdff1ad7085a8c519847cf8 (diff)
downloadocaml-8f7049a7f415d964b01203cb126f42f5abde6486.tar.gz
Makefile.nt: manque qques %%
configure: bug pour nextstep git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1531 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8ecb0a5e68..66d32b8dde 100755
--- a/configure
+++ b/configure
@@ -109,7 +109,7 @@ bytecccompopts=""
bytecclinkopts=""
case "$bytecc,$host" in
- gcc,*-*-nextstep*)
+ cc,*-*-nextstep*)
# GNU C extensions disabled, but __GNUC__ still defined!
bytecccompopts="-fno-defer-pop -Wall -U__GNUC__ -posix"
bytecclinkopts="-posix";;