Ticket #40640: patch-asco-configure.diff

File patch-asco-configure.diff, 414 bytes (added by rowue@…, 11 years ago)

Patch to properly configure asco

  • asco/configure

     
    40424211  fi
    40434212fi
    40444213
     4214case $host_os in
     4215  *darwin*)
     4216  CFLAGS="$CFLAGS -DUNIX -I/usr/include/malloc"
     4217  ;;
     4218esac
     4219
    40454220# Extract the first word of "mpicc", so it can be a program name with args.
    40464221set dummy mpicc; ac_word=$2
    40474222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5