Skip to content

Commit b89deeb

Browse files
committed
btl/uct: fix a typo in configure.m4
remove whitespace around '=' when setting btl_uct_LIBS Thanks Ake Sandgren for reporting this Refs. #6173 Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
1 parent c28ba95 commit b89deeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/uct/configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ AC_DEFUN([MCA_opal_btl_uct_CONFIG],[
4949

5050
AS_IF([test "$btl_uct_happy" = "yes"],
5151
[$1
52-
btl_uct_LIBS = "$btl_uct_LIBS -luct"
52+
btl_uct_LIBS="$btl_uct_LIBS -luct"
5353
],
5454
[$2])
5555

0 commit comments

Comments
 (0)