comparison configure.in @ 1574:0fd72308659e

Default to use the visibility attribute, on gcc (is this okay?)
author Sam Lantinga <slouken@libsdl.org>
date Wed, 22 Mar 2006 04:51:44 +0000
parents 2422ca15ba42
children e20dcef5647c
comparison
equal deleted inserted replaced
1573:2422ca15ba42 1574:0fd72308659e
717 ]) 717 ])
718 AC_MSG_RESULT($have_gcc_fvisibility) 718 AC_MSG_RESULT($have_gcc_fvisibility)
719 CFLAGS="$save_CFLAGS" 719 CFLAGS="$save_CFLAGS"
720 720
721 if test x$have_gcc_fvisibility = xyes; then 721 if test x$have_gcc_fvisibility = xyes; then
722 EXTRA_CFLAGS="$EXTRA_CFLAGS $visibility_CFLAGS -DDECLSPEC=SDL_GCC_ATTR_VIS_DEFAULT" 722 EXTRA_CFLAGS="$EXTRA_CFLAGS $visibility_CFLAGS"
723 fi 723 fi
724 } 724 }
725 725
726 726
727 dnl Do the iPod thing 727 dnl Do the iPod thing