[vlc-commits] configure: adjust Breakpad detection for macOS
    Marvin Scholz 
    git at videolan.org
       
    Sat Feb 18 12:53:14 CET 2017
    
    
  
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Feb 18 01:25:58 2017 +0100| [699d0cb8a7d00912d9157a8dbf04684388c86e2a] | committer: Jean-Baptiste Kempf
configure: adjust Breakpad detection for macOS
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=699d0cb8a7d00912d9157a8dbf04684388c86e2a
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 8cbfcb9..d52955b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3886,7 +3886,7 @@ AC_ARG_ENABLE(breakpad,
   [  --enable-breakpad       Breakpad crash reporter support for OS X (default enabled on Mac OS X)])
 if test "x${enable_breakpad}" != "xno" -a "${HAVE_OSX}" = "1"
 then
-  if test ! -d ${CONTRIB_DIR}/Breakpad.framework
+  if test ! -d ${CONTRIB_DIR}/Breakpad.framework -a ! -d ${CONTRIB_DIR}/Frameworks/Breakpad.framework
   then
     AC_MSG_ERROR([Breakpad framework is required and was not found in ${CONTRIB_DIR}])
   fi
    
    
More information about the vlc-commits
mailing list