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__
|
||||
return 0;
|
||||
#else
|
||||
return 1;
|
||||
if; // should fail
|
||||
#endif
|
||||
}
|
||||
_ACEOF
|
||||
|
|
|
@ -801,7 +801,7 @@ AC_COMPILE_IFELSE(
|
|||
#ifdef __GNUC__
|
||||
return 0;
|
||||
#else
|
||||
return 1;
|
||||
if; // should fail
|
||||
#endif
|
||||
}, using_gnu_cpp=yes, using_gnu_cpp=no)
|
||||
if test "$using_gnu_cpp" = "yes" ; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user