Fix _USE_LIBIO test
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 8 Sep 2010 10:41:03 +0000 (13:41 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 8 Sep 2010 10:41:03 +0000 (13:41 +0300)
commit18d1d9fc7adc98bd5429a9e11e53195eec9b52a9
tree830f1aed88fbb4303426b9529611700751891015
parentd960e8c18764f7206ad723963f407e960dfb8ad9
Fix _USE_LIBIO test
- Commit 05b2d979e8097d648f91c773f2535a1f6013cb79 caused the
  _USE_LIBIO test in rpmio.c to always fail as <stdio.h> wasn't included
  yet at the time of the check, causing silent fallback to not
  using libio even if actually available. Which in turn revealed
  funky other little bugs, addressed in commits
  d960e8c18764f7206ad723963f407e960dfb8ad9 and
  be3c34dd15814d70a410b6fd646a2be7de14a1b5. Ptooey.
rpmio/rpmio.c