Revision a849f598

b/configure.ac
365 365
AC_PROG_INSTALL
366 366
AC_PROG_LN_S
367 367

  
368
# check if ln is the GNU version of ln (and hence supports -T)
369
if ln --version 2> /dev/null | head -1 | grep -q GNU
370
then
371
  AC_SUBST(HAS_GNU_LN, True)
372
else
373
  AC_SUBST(HAS_GNU_LN, False)
374
fi
375

  
368 376
# Check for the ip command
369 377
AC_ARG_VAR(IP_PATH, [ip path])
370 378
AC_PATH_PROG(IP_PATH, [ip], [])

Also available in: Unified diff