dev-util/annobin: new version

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-16 22:47:31 +02:00
parent 797b5db219
commit 573759b1f5
4 changed files with 4 additions and 94 deletions

View File

@@ -21,8 +21,8 @@
AC_CONFIG_FILES(Makefile)
-if test "$with_annocheck" != no -o test "$with_gcc_plugin" != no; then
+if test "$with_annocheck" != no || test "$with_gcc_plugin" != no; then
-if test "$with_annocheck" != no -o "$with_gcc_plugin" != no; then
+if test "$with_annocheck" != no || "$with_gcc_plugin" != no; then
AC_CONFIG_HEADERS(gcc-plugin/config.h)
fi
if test "$with_docs" != no; then