summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2003-05-21 18:17:52 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2003-05-21 18:17:52 +0000
commite67e14d54cae1f56e9fbd94fb665268e6c1f48c6 (patch)
treeb189ed952f52736d58c181a8b2962cbb1287240b /configure
parenta9a07762b8c89c7a1136115fe5da4cb9cfc22356 (diff)
1l
Originally committed as revision 1897 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 67b9fce2f2..3fbfc4aeee 100755
--- a/configure
+++ b/configure
@@ -771,7 +771,7 @@ if test "$altivec" = "yes" ; then
if test "$_altivec_h" = "yes" ; then
echo "#define HAVE_ALTIVEC_H 1" >> $TMPH
else
- echo "#undef HAVE_ALTIVEC_H 1" >> $TMPH
+ echo "#undef HAVE_ALTIVEC_H" >> $TMPH
fi
fi
if test "$gprof" = "yes" ; then