|
|
@ -22,8 +22,7 @@ |
|
|
|
|
|
|
|
if [ $stagelevel -le 1 ] ; then |
|
|
|
# work arround configure mess |
|
|
|
confopt="$confopt --without-ssl" |
|
|
|
preconf="$preconf echo ac_cv_path_PKGCONFIG=/tmp/nothing >> \ |
|
|
|
config.cache" |
|
|
|
var_append confopt ' ' "--without-ssl" |
|
|
|
hook_add preconf 5 "echo ac_cv_path_PKGCONFIG=/tmp/nothing >> config.cache" |
|
|
|
fi |
|
|
|
|