summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-27 03:55:35 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-27 03:55:35 +0000
commit3fbae8fd295a7349d47f9bb815baa923f2323c91 (patch)
tree56382dc776fd08a6f7e32d7231338fac6eaed562 /configure
parent6f0e8d1875958db6848657197adfa61683883039 (diff)
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure')
-rw-r--r--configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 2b384f64c7..282fe7ee5a 100644
--- a/configure
+++ b/configure
@@ -2579,7 +2579,7 @@ else
#include "confdefs.h"
#include <alloca.h>
int main() {
-void *p = alloca(2 * sizeof(int));
+char *p = alloca(2 * sizeof(int));
; return 0; }
EOF
if { (eval echo configure:2586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
@@ -3143,7 +3143,7 @@ for ac_func in fmod killpg drand48 random wait4 waitpid syscall getcwd\
truncate chsize times utimes fcntl lockf setitimer\
setruid seteuid setreuid setrgid setegid setregid\
getpgrp setpgrp getpgid setpgid getgroups getpriority\
- dlopen sigprocmask sigaction _setjmp setsid
+ dlopen sigprocmask sigaction _setjmp setsid _mktemp
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:3150: checking for $ac_func" >&5
@@ -3682,7 +3682,7 @@ else
int main() {
/* Ultrix mips cc rejects this. */
-typedef int charset[2]; const charset x = {0,0};
+typedef int charset[2]; const charset x;
/* SunOS 4.1.1 cc rejects this. */
char const *const *ccp;
char **p;