From 37d1e65b660e77a65787cc6f8947acbba5019509 Mon Sep 17 00:00:00 2001 From: helge Date: Tue, 18 Oct 2005 12:36:27 +0000 Subject: [PATCH] do not include libFoundation during link-checks git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1170 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 9e51aff3..8662f377 100755 --- a/configure +++ b/configure @@ -369,16 +369,16 @@ function checkLinking() { mkdir $tmpdir cd $tmpdir - cp ../maintenance/dummytool.m . + cp ../maintenance/dummytool.c . tmpmake="GNUmakefile" echo >$tmpmake "include ../config.make" echo >>$tmpmake "include \$(GNUSTEP_MAKEFILES)/common.make" - echo >>$tmpmake "TOOL_NAME := linktest" - echo >>$tmpmake "linktest_OBJC_FILES := dummytool.m" + echo >>$tmpmake "CTOOL_NAME := linktest" + echo >>$tmpmake "linktest_C_FILES := dummytool.c" echo >>$tmpmake "linktest_TOOL_LIBS += -l$1" echo >>$tmpmake "SYSTEM_LIB_DIR += ${LINK_SYSLIBDIRS}" - echo >>$tmpmake "include \$(GNUSTEP_MAKEFILES)/tool.make" + echo >>$tmpmake "include \$(GNUSTEP_MAKEFILES)/ctool.make" make -s messages=yes -f $tmpmake linktest >out.log 2>err.log LINK_RESULT=$? -- 2.39.5