Use sane CFLAGS while checking for strtok_r
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 14 May 2018 21:23:36 +0000 (23:23 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 14 May 2018 21:23:36 +0000 (23:23 +0200)
commitf9aaf837d506abb28e607ff86da03cbdf00cb40d
tree291c1c7dc61da224ba0e1052c8022ee4754f108e
parentec4062feac1b0b315a0394d7bb6efdf1875fffe7
Use sane CFLAGS while checking for strtok_r

Instead of using the flags passed in via the environment.

This makes `./configure CC=clang CFLAGS="-Weverything` work properly.
configure.ac