Skip to content

Commit 82e55b7

Browse files
authored
Merge pull request #13541 from hppritcha/fix_ubcl_config_warning
configure: update ubcl with newer help macro
2 parents dc036e8 + 64e86bd commit 82e55b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ompi_check_ubcl.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AC_DEFUN([OMPI_CHECK_UBCL],[
2727
m4_ifblank([$1], [m4_fatal([First argument to OMPI_CHECK_UBCL cannot be blank])])
2828

2929
AC_ARG_WITH([ubcl],
30-
[AC_HELP_STRING([--with-ubcl(=DIR)],
30+
[AS_HELP_STRING([--with-ubcl(=DIR)],
3131
[Build with UBCL support])])
3232

3333
# UBCL is dlopen'd to avoid direct link to libubcl.so.

0 commit comments

Comments
 (0)