diff Makefile.in @ 3827:02990526ae69

allow building of X11 libs to be disabled
author John W. Eaton <jwe@octave.org>
date Wed, 04 Mar 2015 09:27:23 -0500
parents 0ef36efbd9cd
children 938fb37b9c62
line wrap: on
line diff
--- a/Makefile.in	Tue Mar 03 14:03:53 2015 -0500
+++ b/Makefile.in	Wed Mar 04 09:27:23 2015 -0500
@@ -35,6 +35,10 @@
 # on your system (default is yes if doing native build). 
 USE_SYSTEM_FONTCONFIG := @USE_SYSTEM_FONTCONFIG@
 
+# Set to "yes" to use the X11 libraries already installed
+# on your system (default is yes if doing native build). 
+USE_SYSTEM_X11_LIBS := @USE_SYSTEM_X11_LIBS@
+
 # Build compiler for 64-bit Windows.  Using this option will build
 # binaries that require a 64-bit Windows system.
 ENABLE_WINDOWS_64 := @ENABLE_WINDOWS_64@