[Bug 23971] New: xf86-video-ati 6.12.3: broken configure.ac for cross compiling

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Sep 16 05:45:12 PDT 2009


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: xorg-driver-ati at lists.x.org
        ReportedBy: m.olbrich at pengutronix.de
         QAContact: xorg-team at lists.x.org


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.


More information about the xorg-driver-ati mailing list