From cabd23916f3057b2c5f40aae0df6360342b6ea46 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 20 Aug 2013 09:15:26 +0300 Subject: We don't seem to actually need glibc getopt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1f221533f5ea684d113bdc45c04bf84405140f9f Reviewed-on: https://gerrit.libreoffice.org/5539 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- soltools/Executable_cpp.mk | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'soltools/Executable_cpp.mk') diff --git a/soltools/Executable_cpp.mk b/soltools/Executable_cpp.mk index 4225319ab462..21ede303fcb0 100644 --- a/soltools/Executable_cpp.mk +++ b/soltools/Executable_cpp.mk @@ -21,16 +21,10 @@ $(eval $(call gb_Executable_add_cobjects,cpp,\ soltools/cpp/_unix \ )) -ifneq ($(or $(filter AIX MACOSX,$(OS)),$(filter NO,$(HAVE_GETOPT))),) +ifneq ($(filter AIX MACOSX WNT,$(OS)),) $(eval $(call gb_Executable_add_cobjects,cpp,\ soltools/cpp/_getopt \ )) endif -ifeq ($(HAVE_GETOPT),YES) -$(eval $(call gb_Executable_add_defs,cpp,\ - -DHAVE_GETOPT \ -)) -endif - # vim:set noet sw=4 ts=4: -- cgit v1.2.3