gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #38116] Configure auto detect freetype fails


From: Rob Savoye
Subject: [Gnash-commit] [bug #38116] Configure auto detect freetype fails
Date: Sat, 19 Jan 2013 17:17:23 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0

Update of bug #38116 (project gnash):

                  Status:                    None => In Progress            
             Assigned to:                    None => rsavoye                

    _______________________________________________________

Follow-up Comment #1:

  Can you try this simple patch ? It works for me.

diff --git a/macros/freetype.m4 b/macros/freetype.m4
index 510951a..3f3967a 100644
--- a/macros/freetype.m4
+++ b/macros/freetype.m4
@@ -52,7 +52,7 @@ AC_DEFUN([GNASH_PATH_FREETYPE2],
     done
 
     if test x"${ac_cv_path_freetype_incl}" = x ; then
-      AC_CHECK_HEADERS(freetype2/freetype/freetype.h)
+      AC_CHECK_HEADERS(freetype2/freetype/config/ftheader.h)
     fi
 
     AC_MSG_CHECKING([for libfreetype header])


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38116>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]