diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-01-02 14:28:03 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-01-04 16:10:13 +0100 |
commit | 4aaaded632ceb8c4955a8520f871dbbf94f3447c (patch) | |
tree | 9e95399f0737c055dfe209f17cdd09351f07cacc | |
parent | 517f200c16643f5dd29027b798ffb795e7c3b5c0 (diff) | |
download | pjctl-4aaaded632ceb8c4955a8520f871dbbf94f3447c.tar.gz pjctl-4aaaded632ceb8c4955a8520f871dbbf94f3447c.tar.bz2 pjctl-4aaaded632ceb8c4955a8520f871dbbf94f3447c.zip |
configure: Remove visibility hidden
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |