[vlc-commits] configure: adjust Breakpad detection for macOS

Marvin Scholz git at videolan.org
Sat Feb 18 01:26:37 CET 2017


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Feb 18 01:25:58 2017 +0100| [027032dcf85090edd32c9f5434c0ecad7b7191e2] | committer: Marvin Scholz

configure: adjust Breakpad detection for macOS

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=027032dcf85090edd32c9f5434c0ecad7b7191e2
---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index ac1e7d0..fee99c6 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