fix a `configure' test
Thanks again to Tobias.
This commit is contained in:
parent
93bf0cd663
commit
a348e5421d
2
src/configure
vendored
2
src/configure
vendored
|
@ -4359,7 +4359,7 @@ int main () {
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
return 0;
|
return 0;
|
||||||
#else
|
#else
|
||||||
return 1;
|
if; // should fail
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
|
@ -801,7 +801,7 @@ AC_COMPILE_IFELSE(
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
return 0;
|
return 0;
|
||||||
#else
|
#else
|
||||||
return 1;
|
if; // should fail
|
||||||
#endif
|
#endif
|
||||||
}, using_gnu_cpp=yes, using_gnu_cpp=no)
|
}, using_gnu_cpp=yes, using_gnu_cpp=no)
|
||||||
if test "$using_gnu_cpp" = "yes" ; then
|
if test "$using_gnu_cpp" = "yes" ; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user