-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* may have ncursesw6-config but not ncurses6-config * go back to hardcoded lib checks * fix using --with-ncurses * avoid bad default usage of AC_CHECK_LIB * add curses variables to sst.conf * unset CURSES_CPPFLAGS and CURSES_LIBS if they're actually wrong
- Loading branch information
Showing
2 changed files
with
39 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,8 @@ PYTHON_VERSION3=@PYTHON_VERSION3@ | |
LIBZ_CPPFLAGS=@LIBZ_CPPFLAGS@ | ||
LIBZ_LDFLAGS=@LIBZ_LDFLAGS@ | ||
LIBZ_LIBS=@LIBZ_LIBS@ | ||
CURSES_CPPFLAGS=@CURSES_CPPFLAGS@ | ||
CURSES_LIBS=@CURSES_LIBS@ | ||
ELEMENT_CXXFLAGS=@SST_EXPORT_CXXFLAGS@ @SST_ELEMENT_FPIC_FLAGS@ -DHAVE_CONFIG_H -I@prefix@/include | ||
ELEMENT_LDFLAGS=-shared -fno-common -Wl,-undefined -Wl,dynamic_lookup | ||
pkgconfig=@prefix@/lib/pkgconfig/SST-@[email protected] | ||
|