[mythtv-commits] Ticket #4086: configure doesn't find X

MythTV mythtv at cvs.mythtv.org
Tue Oct 16 17:17:15 UTC 2007


#4086: configure doesn't find X
-------------------------------------------------------+--------------------
 Reporter:  Benoît LORAND <benoit.lorand at blorand.org>  |       Owner:  ijr    
     Type:  defect                                     |      Status:  new    
 Priority:  minor                                      |   Milestone:  unknown
Component:  mythtv                                     |     Version:  unknown
 Severity:  medium                                     |     Mlocked:  0      
-------------------------------------------------------+--------------------
 hi,
    Since many times i'm obliged to update configure to find X. here it's
 svn diff who show the difference.

 root at MythTV:/home/rev new/mythtv# svn diff configure
 Index: configure
 ===================================================================
 --- configure   (révision 14695)
 +++ configure   (copie de travail)
 @@ -1640,7 +1640,7 @@

  has_header()
  {
 -    HPATHS="/usr/local/include /usr/include /usr/include/g++-v3
 /usr/X11R6/include"
 +    HPATHS="/usr/local/include /usr/include /usr/include/g++-v3
 /usr/X11R6/include /srv/xorg/include"
      INCL=`echo $DYLD_LIBRARY_PATH $LD_LIBRARY_PATH | sed s/':'/' '/g`
      HPATHS="$HPATHS `echo $INCL | sed s/$libdir_name/include/g` "


 I have search to indicate $x11_include_path at the same place but it's not
 define yet at this moment.

 Thanks

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4086>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list