* 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
This commit is contained in:
Kevin Dalley 2004-03-12 21:48:39 +00:00
parent 0b3562c562
commit 1e63e4e574
1 changed files with 1 additions and 0 deletions

View File

@ -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)