diff configure @ 2111:37ce3e22ee1a

GTK: Split installdwtest into a separate make rule and don't enable it when building for MacOS. dwtest is not usable on MacOS without the bundle and the desktop file is completely unused.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 17 Jun 2020 16:50:24 +0000
parents 068681933258
children 17f5c1c199b4
line wrap: on
line diff
--- a/configure	Wed Jun 17 08:43:11 2020 +0000
+++ b/configure	Wed Jun 17 16:50:24 2020 +0000
@@ -622,6 +622,7 @@
 ac_subst_vars='LTLIBOBJS
 LIBOBJS
 ARCH
+INSTALL_TEST
 INSTALL_COMPAT
 COMPAT_OBJECT
 BROWSER_OBJECT
@@ -2255,7 +2256,7 @@
 SOSUFFIX=so
 LIBSUFFIX=a
 LIBPREFIX=lib
-
+INSTALL_TEST="installdwtest"
 INCLUDES="-I."
 
 ac_ext=c
@@ -4659,6 +4660,7 @@
       LIBS="$LIBS -framework Cocoa -framework WebKit"
       save_libs="$LIBS"
       LIBS="$LIBS -framework UserNotifications"
+      INSTALL_TEST=""
       ac_fn_c_check_func "$LINENO" "exit" "ac_cv_func_exit"
 if test "x$ac_cv_func_exit" = xyes; then :
 
@@ -6527,6 +6529,7 @@
 
 
 
+
 ac_config_files="$ac_config_files Makefile dwindows1.pc dwindows-config1 org.dbsoft.dwindows.dwtest.desktop"
 
 cat >confcache <<\_ACEOF