From 6c757165d00fcf9546336bcd3f2e986841f89df0 Mon Sep 17 00:00:00 2001 From: helge Date: Wed, 16 Mar 2005 13:05:10 +0000 Subject: [PATCH] fixed a bug in last commit git-svn-id: http://svn.opengroupware.org/SOPE/trunk@661 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a9430975..6947a946 100755 --- a/configure +++ b/configure @@ -279,7 +279,7 @@ function checkLinking() { echo >>$tmpmake "TOOL_NAME := linktest" echo >>$tmpmake "linktest_OBJC_FILES := dummytool.m" echo >>$tmpmake "linktest_TOOL_LIBS += -l$1" - echo >>$tmpmake "SYSTEM_LIB_DIR += $(LINK_SYSLIBDIRS)" + echo >>$tmpmake "SYSTEM_LIB_DIR += ${LINK_SYSLIBDIRS}" echo >>$tmpmake "include \$(GNUSTEP_MAKEFILES)/tool.make" make -s messages=yes -f $tmpmake linktest >out.log 2>err.log -- 2.39.5