clangupc / clang-upc

Clang UPC Front-End
https://clangupc.github.io/
Other
16 stars 5 forks source link

cosmetic configure nit #65

Closed PHHargrove closed 10 years ago

PHHargrove commented 10 years ago

The file runtime/libupc/autoconf/configure.ac contains

AC_MSG_CHECKING([UPC shared pointer representation])

but there is no balancing 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.