mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
restore the check for HAVE_CXX_NEW, it is actually used
This commit is contained in:
parent
ee3a8cb023
commit
06cbf7c95c
1 changed files with 10 additions and 0 deletions
|
@ -833,6 +833,16 @@ CHECK_C_SOURCE_COMPILES("
|
|||
HAVE_ATTRIBUTE_CLEANUP
|
||||
)
|
||||
|
||||
CHECK_CXX_SOURCE_COMPILES("
|
||||
#include <new>
|
||||
int main()
|
||||
{
|
||||
char *c = new char;
|
||||
return 0;
|
||||
}"
|
||||
HAVE_CXX_NEW
|
||||
)
|
||||
|
||||
CHECK_CXX_SOURCE_COMPILES("
|
||||
#undef inline
|
||||
#if !defined(SCO) && !defined(__osf__) && !defined(_REENTRANT)
|
||||
|
|
Loading…
Add table
Reference in a new issue