summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-11-14 01:06:46 +0000
committerDiego Biurrun <diego@biurrun.de>2006-11-14 01:06:46 +0000
commit2ce92289933a4f6db7aa20e95029a9874aef13aa (patch)
tree96b40386bba7001cd770f3fbffa5ead1feb436ad /configure
parent3320687691fd65f50c61e9e67334a8f15da29eeb (diff)
Remove some unused variables.
Originally committed as revision 7034 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure b/configure
index 06e2d72869..f68994dfa1 100755
--- a/configure
+++ b/configure
@@ -1956,7 +1956,6 @@ print_config HAVE_ $TMPH config.mak $HAVE_LIST
print_config CONFIG_ $TMPH config.mak $CONFIG_LIST
if test "$mingw32" = "yes" ; then
- echo "CONFIG_MINGW=yes" >> config.mak
echo "HAVE_W32THREADS=yes" >> config.mak
echo "#define HAVE_W32THREADS 1" >> $TMPH
echo "#define HAVE_THREADS 1" >> $TMPH
@@ -1966,9 +1965,7 @@ if test "$mingw32" = "yes" ; then
fi
if test "$mingwce" = "yes" ; then
- echo "CONFIG_MINGW=yes" >> config.mak
echo "#define CONFIG_WINCE 1" >> $TMPH
- echo "CONFIG_WINCE=yes" >> config.mak
echo "#ifndef __MINGW32__" >> $TMPH
echo "#define __MINGW32__ 1" >> $TMPH
echo "#endif" >> $TMPH
@@ -1976,16 +1973,11 @@ fi
if test "$os2" = "yes" ; then
echo "#define CONFIG_OS2 1" >> $TMPH
- echo "CONFIG_OS2=yes" >> config.mak
echo "HAVE_OS2THREADS=yes" >> config.mak
echo "#define HAVE_OS2THREADS 1" >> $TMPH
echo "#define HAVE_THREADS 1" >> $TMPH
fi
-if test "$targetos" = "SunOS" ; then
- echo "#define CONFIG_SUNOS 1" >> $TMPH
-fi
-
if test "$targetos" = "BeOS" ; then
echo "HAVE_BEOSTHREADS=yes" >> config.mak
echo "#define HAVE_BEOSTHREADS 1" >> $TMPH
@@ -1994,7 +1986,6 @@ fi
if test "$targetos" = "Darwin"; then
echo "#define CONFIG_DARWIN 1" >> $TMPH
- echo "CONFIG_DARWIN=yes" >> config.mak
fi
if test "$need_inet_aton" = "yes" ; then