diff options
author | jimw@mysql.com <> | 2005-04-27 10:01:41 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-04-27 10:01:41 -0700 |
commit | 63fa61c6e2b83bebcebb9850c83ee697b2fa4694 (patch) | |
tree | f1fb5e28cc9711d545fa7ccc3e512d5ab85b455d /config | |
parent | 7d6c12313e14b56c7a33eeb438974f5b33d84aab (diff) | |
download | mariadb-git-63fa61c6e2b83bebcebb9850c83ee697b2fa4694.tar.gz |
Carry over change to fix build on ICC that was lost in merge from 4.1.
Diffstat (limited to 'config')
-rw-r--r-- | config/ac-macros/misc.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ac-macros/misc.m4 b/config/ac-macros/misc.m4 index 201702e5379..d75dedafa2a 100644 --- a/config/ac-macros/misc.m4 +++ b/config/ac-macros/misc.m4 @@ -646,8 +646,8 @@ m4_define([_AC_PROG_CXX_EXIT_DECLARATION], 'void exit (int);' \ '#include <stdlib.h>' do - _AC_COMPILE_IFELSE([AC_LANG_PROGRAM([@%:@include <stdlib.h> -$ac_declaration], + _AC_COMPILE_IFELSE([AC_LANG_PROGRAM([$ac_declaration +@%:@include <stdlib.h>], [exit (42);])], [], [continue]) |