Complete the workarround of prev rev, temporarilly disabling lua from unix as well.

Luis.


svn path=/trunk/; revision=19323
This commit is contained in:
Luis Ontanon 2006-09-26 01:19:29 +00:00
parent afe7787089
commit b9a1426d47
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ epan_init(const char *plugin_dir, void (*register_all_protocols)(void),
final_registration_all_protocols();
host_name_lookup_init();
expert_init();
#ifdef HAVE_LUA_5_1
#ifdef HAVE_LUA_5_1_X
wslua_init(NULL);
#endif