From 86ecb07bd758c92b590439877fd6aac09603f249 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Wed, 23 Jan 2008 01:05:02 +0000 Subject: Revert the --{,exec-}prefix=* changes (to match the old xine-config). --- misc/xine-config | 2 -- 1 file changed, 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" -- cgit v1.2.3