configure.ac : Add comment about MinGW specific linker flag.

This commit is contained in:
Erik de Castro Lopo 2008-11-10 22:01:59 +11:00
parent 2c1771259f
commit 9b001f76bb

View File

@ -521,6 +521,8 @@ if test x$ac_cv_c_compiler_gnu = xyes ; then
SHLIB_VERSION_ARG="-Wl,--version-script=\$(srcdir)/Symbols.linux"
;;
mingw*)
# Linker flag '-Wl,--out-implib' does not work with mingw cross compiler
# so we don't use it here.
SHLIB_VERSION_ARG="-Wl,\$(srcdir)/libsndfile.def"
win32_target_dll=1
if test x"$enable_shared" = xno ; then