From 20dd1c21dc6d238200e62a1111a7d0d145168548 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Fri, 8 Apr 2016 17:49:49 +0200 Subject: [PATCH 1/1] Really don't compile getopt*.c if the system provides getopt_long(). --- src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index bd9115bf..1c1d8e0a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -98,8 +98,6 @@ tincd_SOURCES = \ tinc_SOURCES = \ dropin.c dropin.h \ - getopt.c getopt.h \ - getopt1.c \ fsck.c fsck.h \ info.c info.h \ invitation.c invitation.h \ -- 2.20.1