fixed configure.ac

This commit is contained in:
2020-12-03 08:44:32 +00:00
parent 0234cf47f2
commit c44b3160f2
4 changed files with 5 additions and 3 deletions

2
hawk/configure vendored
View File

@@ -18681,6 +18681,8 @@ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking unsigned int usability as the first parameter type of operator new" >&5
$as_echo_n "checking unsigned int usability as the first parameter type of operator new... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
void* operator new (unsigned int) { return (void*)0; }