
10 Jul
2017
10 Jul
'17
10:46 a.m.
On Wed, Jul 05, 2017 at 12:58:47 +0100, Daniel Berrange wrote:
Back in this commit:
commit b436a8ae5ccb04f8cf893d882d52ab5efc713307 Author: Fabian Freyer <fabian.freyer@physik.tu-berlin.de> Date: Thu Jun 9 00:50:35 2016 +0000
gnulib: add getopt module
config-post.h was modified to define __GNUC_PREREQ, but the original definition was never removed from internal.h, and that is now dead code since config.h is always the first file included.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- config-post.h | 4 ++-- src/internal.h | 10 ---------- 2 files changed, 2 insertions(+), 12 deletions(-)
ACK