aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2016-05-25 21:15:15 -0300
committerdequis <dx@dxzone.com.ar>2016-05-25 21:15:15 -0300
commit21f450c5ebbdb6b57e6ae4e06943f16c637207ca (patch)
tree3dfdfb8c9a86e3731d7c023dc878818f6ae5b7e0
parentd3b99b6f68a7b030c653c4086de7bbba76a30636 (diff)
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.
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
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