aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure
index c61f118..4a41943 100755
--- a/configure
+++ b/configure
@@ -23,7 +23,6 @@ opt_libdir=
opt_suffix=
opt_arch=x86
opt_bits=
-opt_arch=x86
opt_sqlite=/usr
opt_rpath=
@@ -115,7 +114,7 @@ if [ "${opt_cflags-UNSET}" = "UNSET" ]; then
echo >&2 "WARNING: Guessing architecture CFLAGS '${arch_flags-<unset>}'."
echo >&2 "If you need specific flags, use --cflags."
else
- eval arch_flags=\$opt_cflags
+ arch_flags=$opt_cflags
fi
if $use_maybe_rpath && [ -n "$maybe_rpath" ]; then
@@ -167,5 +166,4 @@ sed -e '
s,@MARK64@,'"$opt_mark64"',g
s,@ARCH@,'"$opt_arch"',g
s,@BITS@,'"$opt_bits"',g
- s,@CFLAGS@,'"$opt_cflags"',g
' < Makefile.in > Makefile