Skip to content

Commit 6395f45

Browse files
committed
configure: drop redundant -baslr linker check
1 parent a289dd2 commit 6395f45

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

configure.ac

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -724,13 +724,6 @@ case "$host" in
724724
dnl Check whether the linker accepts -baslr
725725
OSSH_CHECK_LDFLAG_LINK([-baslr])
726726

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
734727
fi
735728

736729
dnl Check for authenticate. Might be in libs.a on older AIXes

0 commit comments

Comments
 (0)