aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-06-29 13:01:23 -0700
committerHarald Welte <laforge@gnumonks.org>2012-06-30 22:01:43 +0200
commit001ef7ea4d5375ad9139f865873ef55cafd16a98 (patch)
treecc5686100b9a684d04847fd1de4c4ce93651a411 /configure.ac
parent8dd81fa31f31e986396b23fc0844af206a216c9e (diff)
build: avoid calling undefined macro.
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@flameeyes.eu>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 42d7b577..deb5fd43 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])