X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure;h=53a353a92538e023e6390cc0db4cf02e3d0f277d;hb=522138c8d86c20435f045eaee0944a9b008b1c5a;hp=55dd186b170481bb1d0c903147fc695c3b21e62e;hpb=f65f8722914d9cfba9317439d9712957719a35b4;p=mmh diff --git a/configure b/configure index 55dd186..53a353a 100755 --- a/configure +++ b/configure @@ -1082,7 +1082,7 @@ else int main() { /* Ultrix mips cc rejects this. */ -typedef int charset[2]; const charset x; +typedef int charset[2]; const charset x = {0,0}; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; @@ -1263,7 +1263,7 @@ if test -n "$RANLIB"; then else echo "$ac_t""no" 1>&6 fi - for ac_prog in gawk mawk nawk awk + for ac_prog in mawk gawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -2725,7 +2725,7 @@ fi for ac_func in waitpid wait3 sigaction sigprocmask sigblock sigsetmask \ sighold sigrelse writev lstat uname tzset killpg mkstemp \ - sethostent + sethostent getutent do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:2732: checking for $ac_func" >&5