comparison configure @ 2862:7479ab54e014

Linux: Fixes for building dwtestoo on Linux/gcc. GTK cannot be included in an extern "C" section. Make sure ARCH is not set on platforms other than MacOS.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 15 Dec 2022 14:44:48 +0000
parents d8db838d5616
children 83c17a84bc27
comparison
equal deleted inserted replaced
2861:ef7a414f9b71 2862:7479ab54e014
4665 check_pthreads="yes" 4665 check_pthreads="yes"
4666 PLATLIBS="" 4666 PLATLIBS=""
4667 SONAME="" 4667 SONAME=""
4668 PLATCCFLAGS="-g -O2 -fPIC -Wall" 4668 PLATCCFLAGS="-g -O2 -fPIC -Wall"
4669 ARFLAGS="cqs" 4669 ARFLAGS="cqs"
4670 ARCH=""
4670 4671
4671 case "$target" in 4672 case "$target" in
4672 *cygwin*) 4673 *cygwin*)
4673 ;; 4674 ;;
4674 *mingw32) 4675 *mingw32)