changeset 15013:c753ee228708

acinclude.m4: generate gnuplot warning message correctly (fixing bug from revision 8a84849ad986)
author Carnë Draug <carandraug+dev@gmail.com>
date Wed, 25 Jul 2012 16:48:10 +0100
parents a25937adede9
children 094bc0a145a1
files m4/acinclude.m4
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/m4/acinclude.m4
+++ b/m4/acinclude.m4
@@ -628,15 +628,12 @@
 else
   AC_CHECK_PROGS(GNUPLOT, [$gp_names])
   if test -z "$GNUPLOT"; then
-    warn_gnuplot=yes
-
     GNUPLOT="$gp_default"
-    warn_gnuplot = "
+    warn_gnuplot="
 
 gnuplot not found. It isn't necessary to have gnuplot installed, but
 without native graphics or gnuplot you won't be able to use any of
 Octave's plotting commands.
-
 "
     OCTAVE_CONFIGURE_WARNING([warn_gnuplot])
   fi