Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57831 - avidemux-2.0.24 have a error in file configure
Summary: avidemux-2.0.24 have a error in file configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-21 03:51 UTC by Antonio
Modified: 2004-07-22 01:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio 2004-07-21 03:51:02 UTC
........
...........
...........
checking /usr/local/ is full of divx... "yes"
checking win32 host... no
checking Built in vectors... use_builtin
Checking cpu/system type
CPU type : i686
./configure: line 23337: d: command not found     <--------------- ????
checking for nasm... /usr/bin/nasm
nasm found : /usr/bin/nasm
MMX is ON
checking for Altivec ... no
cpu done
 GTK+ version        : 2.4.1
 Divx5.0.5 ?         : yes
.........
.......
........


This is part of file:

.............
.........
.........if test "${enable_mmx+set}" = set; then
  enableval="$enable_mmx"
  use_mmx=0
fi;

d    <------------  This is the error --------------

                if test "x$use_mmx" = "x1"; then

cat >>confdefs.h <<\_ACEOF
#define USE_MMX 1
_ACEOF
.............
..........
..............



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Marc Hildebrand (RETIRED) gentoo-dev 2004-07-22 01:10:03 UTC
Well that's more or less a cosmetic fix, but the ebuild takes care of that now. Thanks for the bug report.
I'll drop a message to the upstream author.
Cheers,
Marc.