changeset 1139:80973a849607

[project @ 1995-02-26 03:14:41 by jwe]
author jwe
date Sun, 26 Feb 1995 03:14:41 +0000
parents b12322b4c0e8
children 26d986865487
files src/variables.cc
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/variables.cc	Sun Feb 26 01:10:16 1995 +0000
+++ b/src/variables.cc	Sun Feb 26 03:14:41 1995 +0000
@@ -1639,11 +1639,13 @@
 	  split_long_rows,
     "split long matrix rows instead of wrapping");
 
+#ifdef USE_GNU_INFO
   DEFVAR ("suppress_verbose_help_message",
 	  SBV_suppress_verbose_help_message, "false", 0, 0, 1,
 	  suppress_verbose_help_message,
     "suppress printing of message pointing to additional help in the\n\
 help and usage functions");
+#endif
 
   DEFVAR ("stdin", SBV_stdin, 0.0, 0, 1, 1, 0,
     "file number of the standard input stream");