|
|
@ -24,3 +24,7 @@ fi |
|
|
|
if ! pkginstalled -f icu4c; then |
|
|
|
if ! pkginstalled -f icu4c; then |
|
|
|
var_append extraconfopt ' ' "--without-cplusplus" |
|
|
|
var_append extraconfopt ' ' "--without-cplusplus" |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if ! pkginstalled -f python; then |
|
|
|
|
|
|
|
var_append extraconfopt ' ' "--without-python" |
|
|
|
|
|
|
|
fi |
|
|
|