From 1e63e4e574577479bc7e5fcea845cd8394f38412 Mon Sep 17 00:00:00 2001 From: Kevin Dalley Date: Fri, 12 Mar 2004 21:48:39 +0000 Subject: [PATCH] * configure.ac: Check for ln -s. This doesn't work perfectly, if "ln -s" is replaced with "cp -p", but the "ln -s" should probably be removed in the future. svn path=/trunk/boinc/; revision=3059 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 4f52c0008d..6243e0917b 100644 --- a/configure.ac +++ b/configure.ac @@ -61,6 +61,7 @@ AC_PROG_CXX AC_PROG_CPP AC_PROG_MAKE_SET AC_PROG_RANLIB +AC_PROG_LN_S dnl Checks for libraries. AC_CHECK_LIB(gen, main)