comparison configure.in @ 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
comparison
equal deleted inserted replaced
2066:2c2530f8cbef 2067:3ccd0da07514
174 SOSUFFIX=dylib 174 SOSUFFIX=dylib
175 DW_DIR=mac 175 DW_DIR=mac
176 DW_SRC=dw.m 176 DW_SRC=dw.m
177 DW_DEFINE=__MAC__ 177 DW_DEFINE=__MAC__
178 LIBS="$LIBS -framework Cocoa -framework WebKit" 178 LIBS="$LIBS -framework Cocoa -framework WebKit"
179 OSVER=`uname -r`
180 if test $OSVER > 17.9.9; then
181 LIBS="$LIBS -framework UserNotifications"
182 fi
179 build_gtk="no" 183 build_gtk="no"
180 ;; 184 ;;
181 *) 185 *)
182 ;; 186 ;;
183 esac 187 esac