mirror of https://github.com/BOINC/boinc.git
* 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:
parent
0b3562c562
commit
1e63e4e574
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue