patch to turn off the -fvisibility-inlines-hidden option.

git-svn-id: http://root.cern.ch/svn/root/trunk@47373 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Fons Rademakers 2012-11-16 17:09:37 +00:00
parent 4761e31353
commit c77d19d969

View File

@ -0,0 +1,13 @@
Index: configure
===================================================================
--- configure (revision 47359)
+++ configure (working copy)
@@ -21042,7 +21042,7 @@
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- llvm_cv_cxx_visibility_inlines_hidden=yes
+ llvm_cv_cxx_visibility_inlines_hidden=no
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5