We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a289dd2 commit 6395f45Copy full SHA for 6395f45
configure.ac
@@ -724,13 +724,6 @@ case "$host" in
724
dnl Check whether the linker accepts -baslr
725
OSSH_CHECK_LDFLAG_LINK([-baslr])
726
727
- AC_MSG_CHECKING([whether linker supports -baslr])
728
- if echo "x $LDFLAGS" | grep ' -baslr' >/dev/null 2>&1 ; then
729
- AC_MSG_RESULT([yes])
730
- else
731
- AC_MSG_RESULT([no])
732
- LDFLAGS="$SAVED_LDFLAGS"
733
- fi
734
fi
735
736
dnl Check for authenticate. Might be in libs.a on older AIXes
0 commit comments