summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-07-16 14:32:11 +0300
committermonty@hundin.mysql.fi <>2001-07-16 14:32:11 +0300
commit02f72a801b2f29d5c604da72bfcf53c61706ce6f (patch)
treead7a40ead386b20a0963be591f095aecd6d3f4f5 /configure.in
parent83d5333ffb270f9d935e2f04f83e24b7ed846766 (diff)
downloadmariadb-git-02f72a801b2f29d5c604da72bfcf53c61706ce6f.tar.gz
Changed GPL license example to make it more clear
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 97452c52719..20c419c7328 100644
--- a/configure.in
+++ b/configure.in
@@ -2056,7 +2056,7 @@ EOF
then
MT_LD_ADD="$OVERRIDE_MT_LD_ADD"
else
- MT_LD_ADD="-L \$(top_srcdir)/mit-pthreads/obj/ -lpthread.a"
+ MT_LD_ADD="-L \$(top_srcdir)/mit-pthreads/obj/ -lpthread"
fi
AC_SUBST(MT_LD_ADD)
echo ""