diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-23 01:05:02 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-23 01:05:02 +0000 |
commit | 86ecb07bd758c92b590439877fd6aac09603f249 (patch) | |
tree | d08e21713b826ed78985ad617efabb47c1c28951 | |
parent | a5203938aa08ae901dc0383848afe13272d345d6 (diff) | |
download | xine-lib-86ecb07bd758c92b590439877fd6aac09603f249.tar.gz xine-lib-86ecb07bd758c92b590439877fd6aac09603f249.tar.bz2 |
Revert the --{,exec-}prefix=* changes (to match the old xine-config).
-rw-r--r-- | misc/xine-config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/xine-config b/misc/xine-config index 3e67e5dc7..5723a1a46 100644 --- a/misc/xine-config +++ b/misc/xine-config @@ -42,11 +42,9 @@ while test $# -gt 0; do if [ "$exec_prefix" = '' ]; then exec_prefix="$optarg" fi - args="$args${args+ }--variable=prefix" ;; --exec-prefix=*) exec_prefix="$optarg" - args="$args${args+ }--variable=exec_prefix" ;; --version) args="$args${args+ }--modversion" |