forked from fish-shell/fish-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for functions in std namespace
On Solaris, some standard wide character functions are only contained in the std:: namespace. The configure script now checks for these, enabling the appropriate `uses` statements in src/common.h. The checks are handwritten, because Autoconf's AC_CHECK_FUNC macro always uses C linkage, but the problem only appears under C++ linkage. Work on fish-shell#3340.
- Loading branch information
Showing
2 changed files
with
68 additions
and
0 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