1 dnl ######################################################################
2 dnl Specify additional linker options based on the OS and the compiler
3 AC_DEFUN([AMU_OS_LDFLAGS],
5 AC_CACHE_CHECK(additional linker flags,
9 solaris2.7* | sunos5.7* )
10 # find LDAP: off until Sun includes ldap headers.
13 #ac_cv_os_ldflags="-L/usr/lib/fn"
17 * ) ac_cv_os_ldflags="" ;;
20 LDFLAGS="$LDFLAGS $ac_cv_os_ldflags"
22 dnl ======================================================================