diff configure.in @ 2128:17f5c1c199b4

Mac: Switch to using -weak_framework UserNotifications so binaries will work pre-Mojave when built on Mojave (10.14) or later.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 30 Jun 2020 17:47:07 +0000
parents 37ce3e22ee1a
children 2fb132a1d1fa
line wrap: on
line diff
--- a/configure.in	Sun Jun 28 20:34:25 2020 +0000
+++ b/configure.in	Tue Jun 30 17:47:07 2020 +0000
@@ -145,7 +145,7 @@
       DW_DEFINE=__MAC__
       LIBS="$LIBS -framework Cocoa -framework WebKit"
       save_libs="$LIBS"
-      LIBS="$LIBS -framework UserNotifications"
+      LIBS="$LIBS -weak_framework UserNotifications"
       INSTALL_TEST=""
       AC_CHECK_FUNC(exit, , [LIBS="$save_libs"])
       build_gtk="no"