Fix the missing terminator for non-static plugins.

Thanks to iku for pointing it out.
This commit is contained in:
Bill Currie 2012-03-03 20:57:45 +09:00
parent a3e53337b6
commit 5e330890fc

View file

@ -122,7 +122,7 @@ if test -z "${qfn_default}"; then
fi
AC_DEFINE_UNQUOTED(m4_toupper(qfn_default), ["${qfn_default}"], [Define to default the $1 plugin])
AC_DEFINE_UNQUOTED(m4_toupper(m4_default($3,$1)[_plugin_protos]), [], [list of $1 plugin prototypes])
AC_DEFINE_UNQUOTED(m4_toupper(m4_default($3,$1)[_plugin_list]), [], [list of $1 plugins])
AC_DEFINE_UNQUOTED(m4_toupper(m4_default($3,$1)[_plugin_list]), [{0, 0}], [list of $1 plugins])
])
AC_DEFUN([QF_STATIC_PLUGIN_LIBS],