mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Fix configure.ac comments
This commit is contained in:
parent
488a09fffb
commit
8d40bf325d
1 changed files with 1 additions and 2 deletions
|
@ -85,8 +85,7 @@ fi
|
|||
# Set up various programs needed for install
|
||||
# Note AC_PROG_CXX sets CXXFLAGS if not set, which we want
|
||||
# So ensure this happens before we modify CXXFLAGS below
|
||||
# Do CC also, because PCRE2 will use it. Prefer clang++,
|
||||
# targets like FreeBSD ship an ancient one.
|
||||
# Do CC also, because PCRE2 will use it.
|
||||
AC_PROG_CC
|
||||
AC_PROG_CC_STDC # c99
|
||||
AC_PROG_CXX
|
||||
|
|
Loading…
Reference in a new issue