mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge mysql.com:/home/jimw/my/mysql-5.0-build
into mysql.com:/home/jimw/my/mysql-5.0-clean
This commit is contained in:
commit
f35c1a1874
1 changed files with 2 additions and 2 deletions
|
@ -646,8 +646,8 @@ m4_define([_AC_PROG_CXX_EXIT_DECLARATION],
|
||||||
'void exit (int);' \
|
'void exit (int);' \
|
||||||
'#include <stdlib.h>'
|
'#include <stdlib.h>'
|
||||||
do
|
do
|
||||||
_AC_COMPILE_IFELSE([AC_LANG_PROGRAM([@%:@include <stdlib.h>
|
_AC_COMPILE_IFELSE([AC_LANG_PROGRAM([$ac_declaration
|
||||||
$ac_declaration],
|
@%:@include <stdlib.h>],
|
||||||
[exit (42);])],
|
[exit (42);])],
|
||||||
[],
|
[],
|
||||||
[continue])
|
[continue])
|
||||||
|
|
Loading…
Reference in a new issue