[mythtv-commits] Ticket #9442: configure libxml2 with pkg-config

MythTV noreply at mythtv.org
Tue Jan 4 18:59:07 UTC 2011


#9442: configure libxml2 with pkg-config
-------------------------------------------------+-------------------------
 Reporter:  Lawrence Rust <lvr@…>                |          Owner:  robertm
     Type:  Bug Report                           |         Status:
 Priority:  minor                                |  assigned
Component:  MythTV - configure script            |      Milestone:  unknown
 Severity:  medium                               |        Version:  Trunk
 Keywords:  libxml2 windows configure            |  Head
                                                 |     Resolution:
                                                 |  Ticket locked:  0
-------------------------------------------------+-------------------------

Comment (by Lawrence Rust <lvr@…>):

 OK, but an afterthought.

 {{{
 ---    if pkg-config --exists libxml-2.0 ; then
 +++    if which pkg-config >/dev/null 2>&1 && pkg-config --exists
 libxml-2.0 ; then
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9442#comment:4>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list