From e446d49be8277dbf7cd8fd3d6567683c7a85a989 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Thu, 15 Oct 2015 14:07:47 -0400 Subject: Make it possible to not build the Qt RPM (again). The spec file will build with Qt5 unless told not to; ./configure has to tell it not to (if the user doesn't have/want Qt). Change-Id: Ib75462d20c841e75e425b5b07117f10e5573ad58 Reviewed-on: https://code.wireshark.org/review/11061 Reviewed-by: Jeff Morriss --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5fe2f39151..f5bef94174 100644 --- a/configure.ac +++ b/configure.ac @@ -3073,7 +3073,7 @@ if test "x$have_qt" = "xyes" ; then RPMBUILD_WITH_ARGS="$RPMBUILD_WITH_ARGS --with qt" fi else - RPMBUILD_WITH_ARGS="$RPMBUILD_WITH_ARGS --without qt" + RPMBUILD_WITH_ARGS="$RPMBUILD_WITH_ARGS --without qt --without qt5" fi if test "x$have_lua" = "xyes" ; then RPMBUILD_WITH_ARGS="$RPMBUILD_WITH_ARGS --with lua" -- cgit v1.2.3