Add MySQL 5.1 shared library number.

This commit is contained in:
Alex Dupre 2006-02-05 09:42:00 +00:00
parent 74c41b5224
commit f89c5a13e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155246

View file

@ -64,6 +64,7 @@ MYSQL323_LIBVER= 10
MYSQL40_LIBVER= 12
MYSQL41_LIBVER= 14
MYSQL50_LIBVER= 15
MYSQL51_LIBVER= 15
# Setting/finding MySQL version we want.
.if exists(${LOCALBASE}/bin/mysql)