[libosmocore PATCH 06/12] build: avoid calling undefined macro.

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Diego Elio Pettenò flameeyes at flameeyes.eu
Fri Jun 29 20:01:23 UTC 2012


This line was reporting "command not found" and should not be a
problem, as there's a check for the same thing later on.

Signed-off-by: Diego Elio Pettenò <flameeyes at flameeyes.eu>
---
 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 42d7b57..deb5fd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,6 @@ AC_PROG_CC
 AC_PROG_INSTALL
 LT_INIT
 AC_PROG_LIBTOOL
-CHECK_GCC_FVISIBILITY
 
 AC_CONFIG_MACRO_DIR([m4])
 
-- 
1.7.8.6





More information about the OpenBSC mailing list