summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-13 22:12:39 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-13 22:12:39 +0000
commit8e72b130a2c1a5a24606679841e122c3da5867d8 (patch)
tree208c178da3ac73690fb7bbde38d540863a7159fc
parentaf63114e0d14c2d71768acbc3bb241907d895478 (diff)
rename shell variable netserver to beos_netserver for consistency
Originally committed as revision 7015 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 437aac9a00..23ddd9b79a 100755
--- a/configure
+++ b/configure
@@ -467,7 +467,7 @@ dlopen="no"
mpegaudio_hp="yes"
SHFLAGS='-shared -Wl,-soname,$@'
VHOOKSHFLAGS='$(SHFLAGS)'
-netserver="no"
+beos_netserver="no"
need_inet_aton="no"
protocols="yes"
ffmpeg="yes"
@@ -530,7 +530,7 @@ audio_beos="yes"
if (echo $BEINCLUDES|grep 'headers/be/bone' >/dev/null); then
extralibs="-lbind -lsocket"
else
-netserver="yes"
+beos_netserver="yes"
need_inet_aton="yes"
extralibs="-lnet"
fi ;;
@@ -2124,7 +2124,7 @@ if test "$byteswap_h" = "yes"; then
echo "#define HAVE_BYTESWAP_H 1" >> $TMPH
fi
-if test "$netserver" = "yes" ; then
+if test "$beos_netserver" = "yes" ; then
echo "#define CONFIG_BEOS_NETSERVER 1" >> $TMPH
echo "CONFIG_BEOS_NETSERVER=yes" >> config.mak
fi