diff configure.in @ 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
line wrap: on
line diff
--- a/configure.in	Thu Dec 15 12:42:34 2022 +0000
+++ b/configure.in	Thu Dec 15 14:44:48 2022 +0000
@@ -125,6 +125,7 @@
 SONAME=""
 PLATCCFLAGS="-g -O2 -fPIC -Wall"
 ARFLAGS="cqs"
+ARCH=""
 
 case "$target" in
    *cygwin*)