Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merged -fvisibility detection fix from SDL 1.2 revision 3500
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 30, 2007
1 parent 1b05dc9 commit 7012834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -878,7 +878,7 @@ CheckVisibilityHidden()

visibility_CFLAGS="-fvisibility=hidden"
save_CFLAGS="$CFLAGS"
CFLAGS="$save_CFLAGS $visibility_CFLAGS"
CFLAGS="$save_CFLAGS $visibility_CFLAGS -Werror"
AC_TRY_COMPILE([
#if !defined(__GNUC__) || __GNUC__ < 4
#error SDL only uses visibility attributes in GCC 4 or newer
Expand Down

0 comments on commit 7012834

Please sign in to comment.