And autoconf.

This commit is contained in:
W.C.A. Wijngaards 2021-02-02 14:31:05 +01:00
parent f9a1ac3f0b
commit 18840665bc

2
configure vendored
View file

@ -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
@ -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