@@ -37,10 +37,9 @@ Class: BASE
Group: Database
License: PD
Version: %{V_sqlite}
-Release: 20070904
+Release: 20070906
# package options
-%option with_utf8 no
%option with_assert no
%option with_readline no
%option with_threads no
@@ -124,11 +123,6 @@ AutoReqProv: no
GREP="grep" \
./configure \
--prefix=%{l_prefix} \
-%if "%{with_utf8}" == "yes"
- --enable-utf8 \
-%else
- --disable-utf8 \
-%endif
%if "%{with_threads}" == "yes"
--enable-threadsafe \
%else