fail silently if the requested wx-config is not found
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d1c3880801
commit
bd4ed40fed
21
wx-config.in
21
wx-config.in
@ -784,24 +784,9 @@ if ! user_mask_fits "$this_config" ; then
|
|||||||
exit
|
exit
|
||||||
|
|
||||||
else
|
else
|
||||||
|
# silently exit with error: we shouldn't give any messages here as
|
||||||
cat 1>&2 <<-EOF
|
# we may be called from a configure script where this would really
|
||||||
|
# mess things up
|
||||||
Warning: No config found to match: $config_spec
|
|
||||||
in $wxconfdir
|
|
||||||
If you require this configuration, please install the desired
|
|
||||||
library build. If this is part of an automated configuration
|
|
||||||
test and no other errors occur, you may safely ignore it.
|
|
||||||
You may use wx-config --list to see all configs available in
|
|
||||||
the default prefix.
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
# PIPEDREAM: This will probably give Vadim an aneurysm if I
|
|
||||||
# mention it out of context, but from here we are actually
|
|
||||||
# just a teensy step from simply building the missing config
|
|
||||||
# for the user on the fly if this is an in tree wx-config.
|
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user