http://bugs.freedesktop.org/show_bug.cgi?id=23971

           Summary: xf86-video-ati 6.12.3: broken configure.ac for  cross
                    compiling
           Product: xorg
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/Radeon
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


Created an attachment (id=29591)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=29591)
patch to fix cross compiling

configure.ac uses AC_CHECK_FILE to check for headers. That's the wrong macro.
It bails when cross compiling, because it is to check for files on the target
system.
AC_CHECK_HEADER is for headers. Patch to fix this attached.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to