summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-09-30 14:35:11 +0000
committerGerd Moellmann <gerd@gnu.org>2000-09-30 14:35:11 +0000
commit71c9ec5139c8cacdcdcc499a72f3800f1b84000a (patch)
tree27d66541c2bbf52ff7e719365255555a84047f1d /configure
parent1ecefa7a6e389e2848ce8e975cfec6607eb42f58 (diff)
downloademacs-other-branches/gerd_0001.tar.gz
*** empty log message ***other-branches/gerd_0001
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 5173c405b29..af9deb458fd 100755
--- a/configure
+++ b/configure
@@ -819,7 +819,7 @@ case "${canonical}" in
mipsel-*-netbsd*) machine=pmax ;;
ns32k-*-netbsd*) machine=ns32000 ;;
powerpc-*-netbsd*) machine=macppc ;;
- sparc-*-netbsd*) machine=sparc ;;
+ sparc*-*-netbsd*) machine=sparc ;;
vax-*-netbsd*) machine=vax ;;
arm-*-netbsd*) machine=arm ;;
esac
@@ -3504,7 +3504,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;
@@ -5652,7 +5652,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:5659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then