[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/creduce] 494afa: Fix dumb mistake in `--with-clang`.



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: 494afa50af1a9102fc87b6279b1e77d79e3de116
      https://github.com/csmith-project/creduce/commit/494afa50af1a9102fc87b6279b1e77d79e3de116
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M configure
    M m4/ax_clang.m4

  Log Message:
  -----------
  Fix dumb mistake in `--with-clang`.

The default is "no".  It was "yes", which results in an error.  Oops!