Skip to content

Commit d0b6f32

Browse files
committed
remove left-over HAVE_LUA check
This reverts an accidental revert from eee1cd5.
1 parent e1ee7a6 commit d0b6f32

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/command-line-parser.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,11 @@ void print_version()
242242
fmt::print(stderr, "Compiled using the following library versions:\n");
243243
fmt::print(stderr, "Libosmium {}\n", LIBOSMIUM_VERSION_STRING);
244244
fmt::print(stderr, "Proj {}\n", get_proj_version());
245-
#ifdef HAVE_LUA
246245
#ifdef HAVE_LUAJIT
247246
fmt::print(stderr, "{} ({})\n", LUA_RELEASE, LUAJIT_VERSION);
248247
#else
249248
fmt::print(stderr, "{}\n", LUA_RELEASE);
250249
#endif
251-
#else
252-
fmt::print(stderr, "Lua support not included\n");
253-
#endif
254250
}
255251

256252
// NOLINTNEXTLINE(cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays)

0 commit comments

Comments
 (0)