Skip to content

Commit

Permalink
Forgot to properly regenerate the configure Autoconf script, after
Browse files Browse the repository at this point in the history
merging [this PR](proftpd#1203).
  • Loading branch information
Castaglia committed Aug 7, 2021
1 parent 8a759f0 commit 7a79e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -14940,7 +14940,7 @@ if test $ac_cv_c_compiler_gnu = no -a "$OSTYPE" = "-DHPUX10"; then
CFLAGS="$CFLAGS -Ae"
fi

LDFLAGS="-L\$(top_srcdir)/lib -L\$(top_builddir)/lib $LDFLAGS"
LDFLAGS="-Wl,-L\$(top_srcdir)/lib,-L\$(top_builddir)/lib $LDFLAGS"

# AIX has issues with the -rdynamic linker flag. How many different AIX
# versions should we support here?
Expand Down

0 comments on commit 7a79e76

Please sign in to comment.