diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-04-04 07:03:55 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-04-04 07:03:55 +0000 |
commit | 8e6f2a8b75aa4a84abfa217f40ab6483898bc1ee (patch) | |
tree | b7611854e9d7aedd2fb204eb026b32647de3391f /configure | |
parent | 40915d59fd26f1f77408f4069e03f4d5648847de (diff) |
traite aussi les -W... dans tk_libs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3035 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -923,7 +923,7 @@ if test $has_tk = true; then fi if test $has_tk = true; then - tk_libs=`echo $tk_libs | sed -e 's/-l/-cclib &/g' -e 's/-L/-ccopt &/g' ` + tk_libs=`echo $tk_libs | sed -e 's/-l/-cclib &/g' -e 's/-[LW]/-ccopt &/g' ` echo "TK_DEFS=$tk_defs" >> Makefile echo "TK_LINK=$tk_libs" >> Makefile otherlibraries="$otherlibraries labltk" |