Skip to content

Commit 0b42f3d

Browse files
Merge pull request #6175 from ggouaillardet/topic/uct_configury
btl/uct: fix a typo in configure.m4
2 parents c28ba95 + b89deeb commit 0b42f3d

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)