Fix the AC_CHECK_PLUGIN_SUPPORT configure macro so that it matches FreeBSD-1.*

instead of FreeBSD-1*, which fixes building with plugins on FreeBSD-10.  Also
a similar fix for the FreeBSD-2.* case.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@217 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2012-12-30 22:47:03 +00:00
parent 1541299fa1
commit b2c9da8fef
4 changed files with 10 additions and 20 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* Fix building plugins on FreeBSD-10. (caf)
* Messages sent to channels should use lastlog level PUBLIC, not MSG. (caf)
* panasync OK'd releasing tcl.c, so here it is. (caf)