From 0bc8cf2557d3bb99f552edccd8ba01c752797ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Tue, 5 Jul 2016 20:14:34 +0100 Subject: configure: Check for working lrelease MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The qtchooser package in many (all?) distros installs executable symlinks to qtchooser that can mislead AC_PROG_PATH if the corresponding Qt linguist tools package is missing. Bug: 12570 Change-Id: I98795a3a7b8a05214c56a0c7b50829ea3b2976fa Reviewed-on: https://code.wireshark.org/review/16316 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: Adrian Simionov Reviewed-by: João Valverde --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c9b4d00152..caa29a32a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1302,7 +1302,7 @@ if test "x$enable_wireshark" = "xyes"; then AC_SUBST(MOC) AC_WIRESHARK_QT_TOOL_CHECK(RCC, rcc, "$qt_version") AC_SUBST(RCC) - AC_WIRESHARK_QT_TOOL_CHECK(LRELEASE, lrelease, "$qt_version") + AC_WIRESHARK_QT_TOOL_CHECK_LRELEASE("$qt_version") AC_SUBST(LRELEASE) # -- cgit v1.2.3