From 21f450c5ebbdb6b57e6ae4e06943f16c637207ca Mon Sep 17 00:00:00 2001 From: dequis Date: Wed, 25 May 2016 21:15:15 -0300 Subject: configure: add 'arch' variable again, needed for portability It was removed by 2e78f75, but it only needed to remove the variable that was written to config.h, not the one that was used internally by configure. --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index d566484b..cabefe7c 100755 --- a/configure +++ b/configure @@ -56,6 +56,8 @@ ldap=0 pie=1 +arch=$(uname -s) + GLIB_MIN_VERSION=2.16 # Cygwin and Darwin don't support PIC/PIE -- cgit v1.2.3