We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c75ae commit ad41aa8Copy full SHA for ad41aa8
configure
@@ -7175,6 +7175,8 @@ if test -f /usr/local/bin/bash; then
7175
CXXSHELL=/usr/local/bin/bash
7176
elif test -f /bin/bash; then
7177
CXXSHELL=/bin/bash
7178
+elif test -f /bin/zsh; then
7179
+ CXXSHELL=/bin/zsh
7180
fi
7181
7182
# Extract the first word of "clang-format", so it can be a program name with args.
configure.ac
@@ -86,6 +86,8 @@ if test -f /usr/local/bin/bash; then
86
87
88
89
90
91
92
93
AC_PATH_PROG(CLANGFORMAT, clang-format, $ac_cv_path_TRUE)
0 commit comments