mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-util/annobin: new version
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user