mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 06:38:27 +08:00
configure: enable GNU/POSIX extensions by default
Reenable mkostemp on Cygwin. Work on #2952.
This commit is contained in:
parent
0e7ab7a7d0
commit
375bef4443
|
@ -92,6 +92,7 @@ AC_PROG_CXX([g++ c++])
|
|||
AC_PROG_INSTALL
|
||||
AC_PROG_SED
|
||||
AC_LANG(C++)
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
|
||||
echo "CXXFLAGS: $CXXFLAGS"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user