Closed PHHargrove closed 10 years ago
The file runtime/libupc/autoconf/configure.ac contains
runtime/libupc/autoconf/configure.ac
AC_MSG_CHECKING([UPC shared pointer representation])
but there is no balancing AC_MSG_RESULT.
AC_MSG_RESULT
This results in configure output like:
checking UPC shared pointer representation... checking whether the target supports __sync_*_compare_and_swap... yes
in which what should be two lines of output have instead become one.
The file
runtime/libupc/autoconf/configure.ac
containsbut there is no balancing
AC_MSG_RESULT
.This results in configure output like:
in which what should be two lines of output have instead become one.