1
1

btl/uct: fix a typo in configure.m4

remove whitespace around '=' when setting btl_uct_LIBS

Thanks Ake Sandgren for reporting this

Refs. open-mpi/ompi#6173

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>

(cherry picked from commit open-mpi/ompi@b89deeb1bb)
Этот коммит содержится в:
Gilles Gouaillardet 2018-12-11 14:21:59 +09:00
родитель 4f7f6d7061
Коммит f446472f06

Просмотреть файл

@ -47,7 +47,7 @@ AC_DEFUN([MCA_opal_btl_uct_CONFIG],[
AS_IF([test "$btl_uct_happy" = "yes"],
[$1
btl_uct_LIBS = "$btl_uct_LIBS -luct"
btl_uct_LIBS="$btl_uct_LIBS -luct"
],
[$2])