Re-enable lua as the windows version is already there.

svn path=/trunk/; revision=19327
This commit is contained in:
Luis Ontanon 2006-09-26 10:22:20 +00:00
parent 7ae6780cd6
commit a25f3db001
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_X
#ifdef HAVE_LUA_5_1
wslua_init(NULL);
#endif