Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 188636 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in.orig (-2 / +1 lines)
Lines 2657-2664 Link Here
2657
                       ])
2657
                       ])
2658
        if test "$ac_cv_have_visibility_builtin_bug" = "no" -a \
2658
        if test "$ac_cv_have_visibility_builtin_bug" = "no" -a \
2659
                "$ac_cv_have_visibility_class_bug" = "no"; then
2659
                "$ac_cv_have_visibility_class_bug" = "no"; then
2660
          VISIBILITY_FLAGS='-I$(DIST)/include/system_wrappers -include $(topsrcdir)/config/gcc_hidden.h'
2660
          VISIBILITY_FLAGS='-fvisibility=hidden'
2661
          WRAP_SYSTEM_INCLUDES=1
2662
        else
2661
        else
2663
          VISIBILITY_FLAGS='-fvisibility=hidden'
2662
          VISIBILITY_FLAGS='-fvisibility=hidden'
2664
        fi # have visibility pragma bug
2663
        fi # have visibility pragma bug

Return to bug 188636