summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-04-16 12:39:28 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-04-16 12:39:28 +0000
commit0abd691683222ba061360bf668891974d5d53388 (patch)
tree3d8d4cfa2d05c6e6e8995f4a2cd5ed5644d94899
parent12043e1d8b541589eb70f0f5c0cc02db7482bcfb (diff)
10l by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 3022 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 53f14ca2f6..25ff645ad8 100755
--- a/configure
+++ b/configure
@@ -1093,7 +1093,7 @@ fi
if test "$pthreads" = "yes" ; then
echo "HAVE_PTHREADS=yes" >> config.mak
echo "#define HAVE_PTHREADS 1" >> $TMPH
- if $targetos != FreeBSD; then
+ if test $targetos != FreeBSD; then
extralibs="$extralibs -lpthread"
fi
fi