diff options
author | jbj <devnull@localhost> | 2002-07-30 16:39:08 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-30 16:39:08 +0000 |
commit | f32db08a31ae8925fd6f05354e598635a978c171 (patch) | |
tree | 8500d2a340d361a5c03e817ab2c8a050967dfd60 /db3 | |
parent | f0ba06b85a4875254f6f4abda86e2310de93a0e0 (diff) | |
download | librpm-tizen-f32db08a31ae8925fd6f05354e598635a978c171.tar.gz librpm-tizen-f32db08a31ae8925fd6f05354e598635a978c171.tar.bz2 librpm-tizen-f32db08a31ae8925fd6f05354e598635a978c171.zip |
- detect athlon/duron with CMOV (PLD).
CVS patchset: 5581
CVS date: 2002/07/30 16:39:08
Diffstat (limited to 'db3')
-rwxr-xr-x | db3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db3/configure b/db3/configure index eea649b27..a252b2aac 100755 --- a/db3/configure +++ b/db3/configure @@ -12,7 +12,7 @@ rm -f config.cache ARGS="`echo $* | sed -e 's% [^ ]*CFLAGS=[^ ]*%%' -e 's% -[^-][^ ]*%%g' -e 's%--cache-file=.*$%%'`" CC="$CC" CFLAGS="$CFLAGS" $db_dist/configure $ARGS \ - --enable-shared --enable-static --enable-debug --enable-rpc \ + --enable-shared --enable-static --enable-rpc \ --with-uniquename=_rpmdb --srcdir=$db_dist # XXX hack to get db-3.3.4 to configure properly |