comparison configure.ac @ 3001:a464a74505f7

Win: Remove no longer supported GTK leftovers.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 10 Sep 2023 20:37:16 +0000
parents d84182f0054e
children
comparison
equal deleted inserted replaced
3000:5ad5484bd03a 3001:a464a74505f7
126 PLATCCFLAGS="-g -O2 -fPIC -Wall" 126 PLATCCFLAGS="-g -O2 -fPIC -Wall"
127 ARFLAGS="cqs" 127 ARFLAGS="cqs"
128 ARCH="" 128 ARCH=""
129 129
130 case "$target" in 130 case "$target" in
131 *cygwin*)
132 ;;
133 *mingw32)
134 AC_DEFINE(DW_USE_GTK,1,Uses GTK but not on X11 or Wayland)
135 ;;
136 *linux*) 131 *linux*)
137 SONAME="-Wl,-soname,lib$TARGET.so.\$(DW_MAJOR_VERSION)" 132 SONAME="-Wl,-soname,lib$TARGET.so.\$(DW_MAJOR_VERSION)"
138 ;; 133 ;;
139 *apple-darwin*) 134 *apple-darwin*)
140 case "$with_arch" in 135 case "$with_arch" in