|
Lines 24-31
Link Here
|
| 24 |
|
24 |
|
| 25 |
[ -n "$DEBUG" ] && myconf="$myconf --with-debug-symbols" |
25 |
[ -n "$DEBUG" ] && myconf="$myconf --with-debug-symbols" |
| 26 |
[ "$ARCH" == "x86" ] && myconf="$myconf --with-ix86-asm" |
26 |
[ "$ARCH" == "x86" ] && myconf="$myconf --with-ix86-asm" |
| 27 |
use ipv6 && myconf="$myconf --with-ipv6-support" \ |
27 |
use ipv6 || myconf="$myconf --without-ipv6-support" |
| 28 |
|| myconf="$myconf --without-ipv6-support" |
|
|
| 29 |
# arts support without kde support isn't liked by the configure script |
28 |
# arts support without kde support isn't liked by the configure script |
| 30 |
# possibly it could be made to work but i didn't want to spend time on it |
29 |
# possibly it could be made to work but i didn't want to spend time on it |
| 31 |
# also, explicitly passing --with-kde-support seems to break configure's logic, so just |
30 |
# also, explicitly passing --with-kde-support seems to break configure's logic, so just |