[libpng14] Fixed typo in Makefile.am ("-M Wl" should be "-M -Wl")."

This commit is contained in:
Glenn Randers-Pehrson
2011-10-05 17:06:15 -05:00
parent 6bc7fc80da
commit 59d3ef11ed

View File

@@ -40,7 +40,7 @@ if HAVE_LD_VERSION_SCRIPT
# Versioned symbols and restricted exports
if HAVE_SOLARIS_LD
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS += -Wl,-M Wl,libpng.vers
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS += -Wl,-M -Wl,libpng.vers
else
libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@_la_LDFLAGS += -Wl,--version-script=libpng.vers
endif