Re-enable lua as the windows version is already there.
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 26 Sep 2006 10:22:20 +0000 (10:22 +0000)
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 26 Sep 2006 10:22:20 +0000 (10:22 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19327 f5534014-38df-0310-8fa8-9805f1628bb7

epan/epan.c

index e9f235713bb91d5969cc1361885126c07f531e34..fb0d67ef789d1ca8770c8381e49dcca5d0b8742a 100644 (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