updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / ksimus-boolean / configure-disable-arts.patch
blobbee8b8cb6463b76ad38e9864e79ce5a863ed0db3
1 *** configure.org 2010-01-15 22:30:17.000000000 +0100
2 --- configure 2010-01-15 22:38:55.000000000 +0100
3 ***************
4 *** 23363,23454 ****
6 fi
8 - if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
9 - echo "$as_me:$LINENO: result: not found" >&5
10 - echo "${ECHO_T}not found" >&6
12 - { { echo "$as_me:$LINENO: error: The important program mcopidl was not found!
13 - Please check whether you installed aRts correctly.
14 - " >&5
15 - echo "$as_me: error: The important program mcopidl was not found!
16 - Please check whether you installed aRts correctly.
17 - " >&2;}
18 - { (exit 1); exit 1; }; }
20 - else
21 - echo "$as_me:$LINENO: result: $kde_cv_path" >&5
22 - echo "${ECHO_T}$kde_cv_path" >&6
23 - MCOPIDL=$kde_cv_path
25 - fi
28 - echo "$as_me:$LINENO: checking for artsc-config" >&5
29 - echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6
30 - if test -n "$ARTSCCONFIG"; then
31 - kde_cv_path="$ARTSCCONFIG";
32 - else
33 - kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
35 - if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
36 - echo $ECHO_N "(cached) $ECHO_C" >&6
37 - else
39 - kde_cv_path="NONE"
40 - dirs="$kde_default_bindirs"
41 - kde_save_IFS=$IFS
42 - IFS=':'
43 - for dir in $PATH; do
44 - dirs="$dirs $dir"
45 - done
46 - IFS=$kde_save_IFS
48 - for dir in $dirs; do
49 - if test -x "$dir/artsc-config"; then
50 - if test -n ""
51 - then
52 - evalstr="$dir/artsc-config 2>&1 "
53 - if eval $evalstr; then
54 - kde_cv_path="$dir/artsc-config"
55 - break
56 - fi
57 - else
58 - kde_cv_path="$dir/artsc-config"
59 - break
60 - fi
61 - fi
62 - done
64 - eval "kde_cv_path_$kde_cache=$kde_cv_path"
67 - fi
70 - eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
72 - fi
74 - if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
75 - echo "$as_me:$LINENO: result: not found" >&5
76 - echo "${ECHO_T}not found" >&6
78 - { { echo "$as_me:$LINENO: error: The important program artsc-config was not found!
79 - Please check whether you installed aRts correctly.
80 - " >&5
81 - echo "$as_me: error: The important program artsc-config was not found!
82 - Please check whether you installed aRts correctly.
83 - " >&2;}
84 - { (exit 1); exit 1; }; }
86 - else
87 - echo "$as_me:$LINENO: result: $kde_cv_path" >&5
88 - echo "${ECHO_T}$kde_cv_path" >&6
89 - ARTSCCONFIG=$kde_cv_path
91 - fi
94 echo "$as_me:$LINENO: checking for kde-config" >&5
95 echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
96 if test -n "$KDECONFIG"; then
97 --- 23363,23368 ----