From c3177953de997465be27c2f20197b75fe41d63ef Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 2 Jan 2014 14:28:03 +0100 Subject: configure: Remove visibility hidden --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c8d31d9..ac14b9f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.64]) AC_INIT([pjctl], - [1], + [2], [benjaminfranzke@googlemail.com], [pjctl], [https://gitorious.org/pjctl/]) @@ -17,7 +17,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_PROG_CC if test "x$GCC" = "xyes"; then - GCC_CFLAGS="-Wall -g -Wstrict-prototypes -Wmissing-prototypes -fvisibility=hidden" + GCC_CFLAGS="-Wall -g -Wstrict-prototypes -Wmissing-prototypes" fi AC_SUBST([GCC_CFLAGS]) -- cgit