BIND 10 #1194: Use pkg-config for botan
BIND 10 Development
do-not-reply at isc.org
Mon Oct 31 14:48:07 UTC 2011
#1194: Use pkg-config for botan
-------------------------------------+-------------------------------------
Reporter: | Owner: kevin_tes
vorner | Status: reviewing
Type: | Milestone:
defect | Sprint-20111108
Priority: | Resolution:
critical | Sensitive: 0
Component: build | Sub-Project: DNS
system | Estimated Difficulty: 2
Keywords: | Total Hours: 0
Defect Severity: High |
Feature Depending on Ticket: |
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
Comment (by jreed):
{{{
-if [ $BOTAN_CONFIG --prefix >& /dev/null ] ; then
+if [ $BOTAN_CONFIG --prefix >/dev/null 2>&1 ] ; then
}}}
The shorthand is not portable (resulting in illegal or bad file
descriptor).
Also line 463) #AC_SUBST(
seems incomplete.
--
Ticket URL: <http://bind10.isc.org/ticket/1194#comment:19>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list