changeset 3647:fc67e3ab9324

fix typo to disable X * src/octave.mk, stable-octave.mk: change --no-x to --with-x=no
author John Donoghue <john.donoghue@ieee.org>
date Mon, 07 Jul 2014 19:41:54 -0400
parents f38e710f1d95
children 35404cf378db
files src/octave.mk src/stable-octave.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/octave.mk	Sun Jul 06 07:16:05 2014 -0400
+++ b/src/octave.mk	Mon Jul 07 19:41:54 2014 -0400
@@ -69,7 +69,7 @@
 endif
 
 ifeq ($(MXE_SYSTEM),mingw)
-  $(PKG)_EXTRA_CONFIGURE_OPTIONS += --no-x
+  $(PKG)_EXTRA_CONFIGURE_OPTIONS += --with-x=no
 endif
 
 define $(PKG)_UPDATE
--- a/src/stable-octave.mk	Sun Jul 06 07:16:05 2014 -0400
+++ b/src/stable-octave.mk	Mon Jul 07 19:41:54 2014 -0400
@@ -69,7 +69,7 @@
 endif
 
 ifeq ($(MXE_SYSTEM),mingw)
-  $(PKG)_EXTRA_CONFIGURE_OPTIONS += --no-x
+  $(PKG)_EXTRA_CONFIGURE_OPTIONS += --with-x=no
 endif
 
 define $(PKG)_UPDATE