]> git.pld-linux.org Git - packages/exiv2.git/blob - exiv2-configure.patch
- fix fvisibility detection
[packages/exiv2.git] / exiv2-configure.patch
1 --- config/configure.ac 2009-06-20 12:55:27.000000000 +0200
2 +++ config/configure.ac-new     2009-12-03 20:53:38.492002725 +0100
3 @@ -110,8 +110,6 @@
4      [  --disable-visibility    do not use g++ visibility support ],
5      GXX_VISIBILITY=$enableval, GXX_VISIBILITY=yes)
6  AC_MSG_RESULT($GXX_VISIBILITY)
7 -if test "$GXX_VISIBILITY" = "yes"; then
8 -    AX_CXX_CHECK_FLAG(-fvisibility-inlines-hidden,[],[],[GXX_VISIBILITY=yes],[GXX_VISIBILITY=no])
9      if test "$GXX_VISIBILITY" = "yes"; then
10          CXXFLAGS="${CXXFLAGS} -fvisibility=hidden -fvisibility-inlines-hidden"
11          AC_DEFINE(HAVE_GXXCLASSVISIBILITY,1)
12 @@ -119,7 +117,6 @@
13      if test "$enable_shared" = "yes"; then
14          AC_DEFINE(HAVE_DLL)
15      fi
16 -fi
17  
18  AC_MSG_CHECKING([whether to use the lens database for Exif.Nikon3.LensData])
19  AC_ARG_ENABLE(lensdata,
This page took 0.060764 seconds and 3 git commands to generate.