changeset 17197:fbee0d312af5

acinclude.m4: Remove some unnecessary double quotes around variables. * m4/acinclude.m4: Remove some unnecessary double quotes around variables.
author Rik <rik@octave.org>
date Wed, 07 Aug 2013 12:16:14 -0700
parents bc20614022aa
children 81f3b09e3e6e
files m4/acinclude.m4
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/m4/acinclude.m4	Wed Aug 07 12:03:31 2013 -0700
+++ b/m4/acinclude.m4	Wed Aug 07 12:16:14 2013 -0700
@@ -680,7 +680,7 @@
 #endif
     ])
 
-    if test "$have_opengl_incs" = yes; then
+    if test $have_opengl_incs = yes; then
       case $canonical_host_type in
         *-*-mingw32* | *-*-msdosmsvc)
           save_LIBS="$LIBS"
@@ -1539,11 +1539,11 @@
   AC_PROG_YACC
 
   case "`$YACC --version`" in
-    *bison*) tmp_have_bison="yes" ;;
+    *bison*) tmp_have_bison=yes ;;
     *) tmp_have_bison=no ;;
   esac
 
-  if test "$tmp_have_bison" = yes; then
+  if test $tmp_have_bison = yes; then
     AC_CACHE_CHECK([syntax of bison push/pull declaration],
                    [octave_cv_bison_push_pull_decl_style], [
       style="dash underscore"
@@ -1597,7 +1597,7 @@
     OCTAVE_CONFIGURE_WARNING([warn_bison_push_pull_decl_style])
   fi
 
-  if test "$tmp_have_bison" = no; then
+  if test $tmp_have_bison = no; then
     YACC='$(top_srcdir)/build-aux/missing bison'
     warn_bison="