Commit 35911c5
committed
sharedfp/sm: fix configure to define HAVE_SEM_XXX
HAVE_SEM_OPEN and HAVE_SEM_INIT are used by sharedfp/sm, but
OPAL_SEARCH_LIBS_COMPONENT(), which works similarly to AC_CHECK_FUNCS(),
does not define them. This patch adds AC_CHECK_FUNCS() to define those
macros in opal_config.h.
Signed-off-by: Shintaro Iwasaki <siwasaki@anl.gov>1 parent 26dd34f commit 35911c5
File tree
1 file changed
+6
-4
lines changed1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
0 commit comments