diff Makefile.in @ 3208:1080856f48c4

new configure option: --enable-system-fontconfig
author John W. Eaton <jwe@octave.org>
date Tue, 06 Aug 2013 13:56:48 -0400
parents ff92c0dc6aeb
children 360f71254066
line wrap: on
line diff
--- a/Makefile.in	Tue Aug 06 13:40:49 2013 -0400
+++ b/Makefile.in	Tue Aug 06 13:56:48 2013 -0400
@@ -14,11 +14,13 @@
 MXE_NATIVE_BUILD := @MXE_NATIVE_BUILD@
 
 # Set to "yes" to use the versions of GCC and binutils already
-# installed on your system.  NOTE: building a copy of GCC for a
-# native build does not appear to work correctly yet, so for now you
-# must set USE_SYSTEM_GCC to yes if MXE_NATIVE_BUILD is set to yes.
+# installed on your system (default is yes if doing native build).
 USE_SYSTEM_GCC := @USE_SYSTEM_GCC@
 
+# Set to "yes" to use the version of fontconfig already installed
+# on your system (default is yes if doing native build). 
+USE_SYSTEM_FONTCONFIG := @USE_SYSTEM_FONTCONFIG@
+
 # Should match what config.guess prints for your system.
 # If cross compiling, you must set it manually.
 ifeq ($(MXE_NATIVE_BUILD),yes)