Skip to content

Commit

Permalink
autotools: allow --enable-symbol-hiding with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Sep 25, 2022
1 parent 9325ab2 commit 647d587
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions m4/curl-confopts.m4
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,7 @@ AC_DEFUN([CURL_CONFIGURE_SYMBOL_HIDING], [
AC_MSG_CHECKING([whether hiding of library internal symbols will actually happen])
CFLAG_CURL_SYMBOL_HIDING=""
doing_symbol_hiding="no"
if test x"$curl_cv_native_windows" != "xyes" &&
test "$want_symbol_hiding" = "yes" &&
if test "$want_symbol_hiding" = "yes" &&
test "$supports_symbol_hiding" = "yes"; then
doing_symbol_hiding="yes"
CFLAG_CURL_SYMBOL_HIDING="$symbol_hiding_CFLAGS"
Expand Down

0 comments on commit 647d587

Please sign in to comment.