Skip to content

Commit

Permalink
Minor configure.ac fixes (remove AC_PROG_RANLIB, only LT_INIT once, f…
Browse files Browse the repository at this point in the history
…ix typo).
  • Loading branch information
bmah888 committed Nov 8, 2023
1 parent b4c23ab commit 6bcbb20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ AC_CANONICAL_HOST
# Checks for tools: c compiler, ranlib (used for creating static libraries),
# symlinks and libtool
AC_PROG_CC
AC_PROG_RANLIB
AC_PROG_LN_S
LT_INIT

# Add -Wall if we are using GCC.
if test "x$GCC" = "xyes"; then
Expand Down Expand Up @@ -147,7 +145,7 @@ if test "x$with_openssl" = "xno"; then
AC_MSG_WARN( [Building without OpenSSL; disabling iperf_auth functionality.] )
else
# Check for OPENSSL support
havs_ssl=false
have_ssl=false
AX_CHECK_OPENSSL(
[ AC_DEFINE([HAVE_SSL], [1], [OpenSSL Is Available])
have_ssl=true ],
Expand Down

0 comments on commit 6bcbb20

Please sign in to comment.