summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-26 20:55:53 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-26 20:55:53 +0000
commitc85dd2b2add04cc2fdf27c9167cd4e870f10981a (patch)
tree77adc082ecbfe136250d66fd69114f13c540f53e /configure
parent9927cb669d82160a1dab42f7487eb01433a56dd0 (diff)
downloadmpv-c85dd2b2add04cc2fdf27c9167cd4e870f10981a.tar.bz2
mpv-c85dd2b2add04cc2fdf27c9167cd4e870f10981a.tar.xz
Remove superfluous --with-termcaplib option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19553 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure b/configure
index c8b9b78e0f..3c5eabf535 100755
--- a/configure
+++ b/configure
@@ -423,10 +423,7 @@ multiple paths separated by ':'):
--with-xmmslibdir=DIR libxmms.so.1 in DIR
--with-cdparanoialibdir=DIR cdparanoia libraries (libcdda_*) in DIR (*)
--with-xvmclib=NAME name of adapter-specific library (e.g. XvMCNVIDIA)
- --with-termcaplib=NAME name of library with termcap functionality
- name should be given without leading "lib"
- checks for "termcap" and "tinfo"
-
+
--with-freetype-config=PATH path to freetype-config
(e.g. /opt/bin/freetype-config)
--with-fribidi-config=PATH path to fribidi-config
@@ -2151,9 +2148,6 @@ for ac_option do
--with-toolamelibdir=*)
_ld_toolame=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'`
;;
- --with-termcaplib=*)
- _ld_termcap=-l`echo $ac_option | cut -d '=' -f 2`
- ;;
--prefix=*)
_prefix=`echo $ac_option | cut -d '=' -f 2`
;;