summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-03-13 05:21:37 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-03-13 05:21:37 +0000
commitc1cbbaffbd490d68fc87595cba87aefaed5049b6 (patch)
tree14facaaace56085f7b38a396be33ead7470167cc
parent3cc00889ea768dfccaa0024d044523dc3a4e95e4 (diff)
allow -L options in -tklibs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2950 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 28717d97e..dec303e51 100755
--- a/configure
+++ b/configure
@@ -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."