]> git.saurik.com Git - bison.git/blobdiff - configure.ac
tests: skip C++ tests that are too demanding for some compilers
[bison.git] / configure.ac
index 74d8fced259e9efdc24a3ab169aba2215c171bd9..688803af2363b4d9a8545a6f3c52b21a549e29b9 100644 (file)
@@ -161,16 +161,7 @@ AC_ARG_ENABLE([yacc],
   [AC_HELP_STRING([--disable-yacc],
      [do not build a yacc command or an -ly library])],
   , [enable_yacc=yes])
   [AC_HELP_STRING([--disable-yacc],
      [do not build a yacc command or an -ly library])],
   , [enable_yacc=yes])
-case $enable_yacc in
-yes)
-  YACC_SCRIPT=src/yacc
-  YACC_LIBRARY=lib/liby.a;;
-*)
-  YACC_SCRIPT=
-  YACC_LIBRARY=;;
-esac
-AC_SUBST([YACC_SCRIPT])
-AC_SUBST([YACC_LIBRARY])
+AM_CONDITIONAL([ENABLE_YACC], [test "$enable_yacc" = yes])
 
 # Checks for programs.
 AM_MISSING_PROG([DOT], [dot])
 
 # Checks for programs.
 AM_MISSING_PROG([DOT], [dot])