diff configure @ 2067:3ccd0da07514

Mac: Initial notification support for the Mac.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 14 May 2020 13:13:45 +0000
parents 1a93c508bb51
children 498bdd71a556
line wrap: on
line diff
--- a/configure	Thu May 14 01:52:27 2020 +0000
+++ b/configure	Thu May 14 13:13:45 2020 +0000
@@ -4676,6 +4676,10 @@
       DW_SRC=dw.m
       DW_DEFINE=__MAC__
       LIBS="$LIBS -framework Cocoa -framework WebKit"
+      OSVER=`uname -r`
+      if test $OSVER > 17.9.9; then
+         LIBS="$LIBS -framework UserNotifications"
+      fi
       build_gtk="no"
    ;;
    *)