提交 3aacb54e 编写于 作者: R Rich Felker

fix syntax errors in configure script

上级 afbcac68
...@@ -421,7 +421,7 @@ tryflag CFLAGS_AUTO -Wno-unknown-pragmas ...@@ -421,7 +421,7 @@ tryflag CFLAGS_AUTO -Wno-unknown-pragmas
tryflag CFLAGS_AUTO -Wno-pointer-to-int-cast tryflag CFLAGS_AUTO -Wno-pointer-to-int-cast
fi fi
if test "x$visibility" == xauto ; then if test "x$visibility" = xauto ; then
# This test checks toolchain support for several things: # This test checks toolchain support for several things:
# - the -include option # - the -include option
# - the attributes/pragmas used in vis.h # - the attributes/pragmas used in vis.h
...@@ -441,7 +441,7 @@ fi ...@@ -441,7 +441,7 @@ fi
printf "%s\n" "$visibility" printf "%s\n" "$visibility"
fi fi
if test "x$visibility" == xyes ; then if test "x$visibility" = xyes ; then
CFLAGS_AUTO="$CFLAGS_AUTO -include vis.h" CFLAGS_AUTO="$CFLAGS_AUTO -include vis.h"
CFLAGS_AUTO="${CFLAGS_AUTO# }" CFLAGS_AUTO="${CFLAGS_AUTO# }"
fi fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册