You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the --with-extra-libs configure option, which is a functional
duplicate of the --with-wrapper-libs configure option.
--with-extra-libs has not been included in an official release (it has
been in release candidates), while --with-wrapper-libs has existed for
over a decade.
Signed-off-by: Brian Barrett <bbarrett@amazon.com>
[A comma seperated list of extra libraries to link infor static builds (example: -lbar,-lbat) (default: None.). This should be used if pkg-config is not available.])])
222
-
OPAL_EXTRA_LIBS=""
223
-
iftest -n "x$with_extra_libs";then
224
-
# Iterate over the list, removing the commas.
225
-
foriin$(echo $with_extra_libs| sed "s/,/ /g");do
226
-
OPAL_FLAGS_APPEND_UNIQ([OPAL_EXTRA_LIBS], [$i])
227
-
done
228
-
AC_MSG_RESULT($OPAL_EXTRA_LIBS)
229
-
else
230
-
AC_MSG_RESULT(default)
231
-
fi
232
-
233
218
#
234
219
# Do we want the pretty-print stack trace feature?
0 commit comments