diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-03-13 05:21:37 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-03-13 05:21:37 +0000 |
commit | c1cbbaffbd490d68fc87595cba87aefaed5049b6 (patch) | |
tree | 14facaaace56085f7b38a396be33ead7470167cc | |
parent | 3cc00889ea768dfccaa0024d044523dc3a4e95e4 (diff) |
allow -L options in -tklibs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2950 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -899,7 +899,7 @@ fi if test $has_tk = true; then echo "TK_DEFS=$tk_defs" >> Makefile - echo "TK_LINK=$tk_libs" | sed -e 's/-l/-cclib -l/g' >> Makefile + echo "TK_LINK=$tk_libs" | sed -e 's/-[lL]/-cclib &/g' >> Makefile otherlibraries="$otherlibraries labltk" else echo "Configuration failed, LablTk will not be built." |