Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
ed6e3e88
Commit
ed6e3e88
authored
Aug 24, 2001
by
Bill Hoffman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto detect lang:std:
parent
6a313829
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure
configure
+1
-1
configure.in
configure.in
+1
-1
No files found.
configure
View file @
ed6e3e88
...
@@ -1935,7 +1935,7 @@ case $system in
...
@@ -1935,7 +1935,7 @@ case $system in
fi
fi
rm
-f
conftest
*
rm
-f
conftest
*
;;
;;
IRIX-6
*
|
IRIX64-6
*
|
IRIX-64-6
*
)
IRIX-5
*
|
IRIX-6
*
|
IRIX64-6
*
|
IRIX-64-6
*
)
echo
$ac_n
"checking whether
${
CC
}
accepts -LANG:std""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether
${
CC
}
accepts -LANG:std""...
$ac_c
"
1>&6
echo
'void f(){}'
>
conftest.c
echo
'void f(){}'
>
conftest.c
if
test
-z
"
`
${
CC
}
-LANG
:std
-c
conftest.c 2>&1
`
"
;
then
if
test
-z
"
`
${
CC
}
-LANG
:std
-c
conftest.c 2>&1
`
"
;
then
...
...
configure.in
View file @
ed6e3e88
...
@@ -31,7 +31,7 @@ case $system in
...
@@ -31,7 +31,7 @@ case $system in
fi
fi
rm -f conftest*
rm -f conftest*
;;
;;
IRIX-6* | IRIX64-6* | IRIX-64-6*)
IRIX-5* |
IRIX-6* | IRIX64-6* | IRIX-64-6*)
echo $ac_n "checking whether ${CC} accepts -LANG:std""... $ac_c" 1>&6
echo $ac_n "checking whether ${CC} accepts -LANG:std""... $ac_c" 1>&6
echo 'void f(){}' > conftest.c
echo 'void f(){}' > conftest.c
if test -z "`${CC} -LANG:std -c conftest.c 2>&1`"; then
if test -z "`${CC} -LANG:std -c conftest.c 2>&1`"; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment