Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54182 15284696-431f-4ddb-bdfa-cd5b030d7da7
  • Loading branch information
neteler committed Dec 4, 2012
1 parent 933feb1 commit 74d322a
Show file tree
Hide file tree
Showing 2 changed files with 650 additions and 664 deletions.
9 changes: 1 addition & 8 deletions aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -505,14 +505,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
LDFLAGS="-Wl,--export-dynamic"
LD_LIBRARY_PATH_VAR="PATH"
;;
*-pc-mingw32)
SHLIB_LD_LIBS='${LIBS}'
SHLIB_SUFFIX=".dll"
SHLIB_LD="${CC} -shared"
LDFLAGS="-Wl,--export-dynamic,--enable-runtime-pseudo-reloc"
LD_LIBRARY_PATH_VAR="PATH"
;;
*-pc-msys)
*-pc-mingw32 | *-pc-msys)
SHLIB_LD_LIBS='${LIBS}'
SHLIB_SUFFIX=".dll"
SHLIB_LD="${CC} -shared"
Expand Down
Loading

0 comments on commit 74d322a

Please sign in to comment.