X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d115aad9112fb4e2fe1b268c9db7390732d39539..36021b239d1d35e79f6f83076d130ff25166660c:/configure.ac?ds=sidebyside diff --git a/configure.ac b/configure.ac index 48d145d8..80c2e99c 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ AC_ARG_ENABLE([gcc-warnings], yes|no) ;; *) AC_MSG_ERROR([invalid value for --gcc-warnings: $enable_gcc_warnings]);; esac], - [$enable_gcc_warnings=no]) + [enable_gcc_warnings=no]) if test "$enable_gcc_warnings" = yes; then gl_WARN_ADD([-Werror], [WERROR_CFLAGS]) AC_SUBST([WERROR_CFLAGS])