summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 39b5fbe..ccbafe8 100755
--- a/configure
+++ b/configure
@@ -22,8 +22,8 @@ opt_xattrdb=false
opt_profile=false
opt_passwd_fallback='""'
-compile_x86_32=-m32
-compile_x86_64=-m64
+compile_x86_32=
+compile_x86_64=
usage()
{
@@ -191,7 +191,7 @@ if [ -z "$opt_bits" ]; then
fi
case $opt_bits in
-64) opt_mark64=64;;
+64) opt_mark64=;;
32) opt_mark64=;;
*) echo >&2 "Unknown bit size $opt_bits (only 32 and 64 known)."
;;