From 4aaaded632ceb8c4955a8520f871dbbf94f3447c 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c8d31d9..a353554 100644 --- a/configure.ac +++ b/configure.ac @@ -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