summaryrefslogtreecommitdiff
path: root/sample/drb
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-08-25 22:11:49 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-08-25 22:16:26 +0900
commit11f7c30fa7812388b8919453b92fdf5613db22dd (patch)
tree0b3b6c7387b20d8703a82cec1ed4e75636d86d71 /sample/drb
parentfa5f7771f2312147d4b628205fdaf90afc3527e6 (diff)
configure.ac: fix the guess of icc_version
The icc_version guessing was accidentally disabled because of 61885c9b7ca8ccdaf53d7c365fbb86bad3294d88; `AC_PROG_CC_C99` changes CC like "icc -std=c99", and `AS_CASE(["x$CC"], [xicc],` does not match. The variable `icc_version` is eventually defined, so the `AS_CASE` is not needed. This change removes the `AS_CASE`.
Diffstat (limited to 'sample/drb')
0 files changed, 0 insertions, 0 deletions