aboutsummaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2019-07-02 22:28:30 +0200
committerNiklas Hambüchen <mail@nh2.me>2019-07-03 04:32:25 +0200
commit20129bd83d57316cc0b69bec7abeec43011c56d5 (patch)
treec59c9db714a41184aad2347e764f9ea00ba3bd0b /perl
parentfe068eca00d6a2dd2ea9ee08924dc3898c37fb6c (diff)
autoconf: Fix AC_STRUCT_DIRENT_D_TYPE being used before AC_PROG_CC.
That was incorrect, because checking the dirent type already requires a working compiler. It had the effect that setting e.g. `: ${CFLAGS=""}` before `AC_PROG_CC` as per `AC_PROG_CC`'s documentation would have no effect, because `AC_STRUCT_DIRENT_D_TYPE` would automatically set CFLASGS. (In a followup commit `: ${CFLAGS=""}` will be used, so it's important to get this working first.)
Diffstat (limited to 'perl')
0 files changed, 0 insertions, 0 deletions