diff options
author | dequis <dx@dxzone.com.ar> | 2016-05-25 21:15:15 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2016-05-25 21:15:15 -0300 |
commit | 21f450c5ebbdb6b57e6ae4e06943f16c637207ca (patch) | |
tree | 3dfdfb8c9a86e3731d7c023dc878818f6ae5b7e0 | |
parent | d3b99b6f68a7b030c653c4086de7bbba76a30636 (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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,8 @@ ldap=0 pie=1 +arch=$(uname -s) + GLIB_MIN_VERSION=2.16 # Cygwin and Darwin don't support PIC/PIE |