Skip to content

Commit

Permalink
And autoconf.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Feb 2, 2021
1 parent f9a1ac3 commit 1884066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure
Expand Up @@ -19825,6 +19825,7 @@ if test x_$enable_static_exe = x_yes; then
LIBS="$LIBS -lgdi32"
fi
LIBS="$LIBS -lz"
staticexe="$staticexe -l:libssp.a"
fi
fi

Expand All @@ -19844,6 +19845,7 @@ if test x_$enable_fully_static = x_yes; then
LIBS="$LIBS -lgdi32"
fi
LIBS="$LIBS -lz"
staticexe="$staticexe -l:libssp.a"
fi
fi

Expand Down

0 comments on commit 1884066

Please sign in to comment.