File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2641,7 +2641,7 @@ INSTALL_SHLIB="\${INSTALL} $INSTL_SHLIB_OPTS"
2641
2641
2642
2642
2643
2643
2644
- for ac_prog in mawk gawk nawk awk
2644
+ for ac_prog in gawk mawk nawk awk
2645
2645
do
2646
2646
# Extract the first word of "$ac_prog", so it can be a program name with args.
2647
2647
set dummy $ac_prog ; ac_word=$2
@@ -4999,7 +4999,7 @@ else
4999
4999
int main() {
5000
5000
5001
5001
/* Ultrix mips cc rejects this. */
5002
- typedef int charset[2]; const charset x;
5002
+ typedef int charset[2]; const charset x={0,0} ;
5003
5003
/* SunOS 4.1.1 cc rejects this. */
5004
5004
char const *const *ccp;
5005
5005
char **p;
@@ -5074,7 +5074,7 @@ for ac_kw in inline __inline__ __inline; do
5074
5074
#include "confdefs.h"
5075
5075
5076
5076
int main() {
5077
- } $ac_kw foo() {
5077
+ } $ac_kw int foo() {
5078
5078
; return 0; }
5079
5079
EOF
5080
5080
if { (eval echo configure:5081: \" $ac_compile \" ) 1>&5 ; (eval $ac_compile ) 2>&5 ; }; then
@@ -6329,7 +6329,7 @@ EOF
6329
6329
6330
6330
else
6331
6331
echo " $ac_t " " no" 1>&6
6332
- STRTOL =' strtoul.o'
6332
+ STRTOUL =' strtoul.o'
6333
6333
fi
6334
6334
6335
6335
Original file line number Diff line number Diff line change @@ -865,7 +865,7 @@ AC_CHECK_FUNC(strtol,
865
865
AC_SUBST(STRTOL)
866
866
AC_CHECK_FUNC(strtoul,
867
867
AC_DEFINE(HAVE_STRTOUL),
868
- STRTOL ='strtoul.o')
868
+ STRTOUL ='strtoul.o')
869
869
AC_SUBST(STRTOUL)
870
870
AC_CHECK_FUNC(strcasecmp,
871
871
AC_DEFINE(HAVE_STRCASECMP),
You can’t perform that action at this time.
0 commit comments