This commit is contained in:
Elliot Lee 1999-02-18 03:52:42 +00:00
parent ba2def0aee
commit 260fabb67a

View File

@ -41,9 +41,9 @@ useful data structures.
%build %build
# Needed for snapshot releases. # Needed for snapshot releases.
if [ ! -f configure ]; then if [ ! -f configure ]; then
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix --enable-debug=no CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix
else else
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --enable-debug=no CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix
fi fi
if [ "$SMP" != "" ]; then if [ "$SMP" != "" ]; then