]> err.no Git - sope/commitdiff
do not include libFoundation during link-checks
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 18 Oct 2005 12:36:27 +0000 (12:36 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 18 Oct 2005 12:36:27 +0000 (12:36 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1170 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

configure

index 9e51aff3d25c77f4f0345903072684208b8cd8d2..8662f377c070ecfd4a32fe175ab684f9d32733c2 100755 (executable)
--- 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=$?