Add a comment.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 24 Jul 2013 22:08:42 +0000 (22:08 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 24 Jul 2013 22:08:42 +0000 (22:08 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50879 f5534014-38df-0310-8fa8-9805f1628bb7

configure.ac

index b432d5e597fa70a72efc73007d3d328812bae541..c63f3cf1579b69a9da6ada53986a1727e15a94ec 100644 (file)
@@ -1251,6 +1251,10 @@ if test "x$enable_wireshark" = "xyes"; then
                        AC_MSG_ERROR(Need a working C++ compiler to build Wireshark with Qt)
                fi
 
+               #
+               # Now make sure we have Qt and, if so, add the flags
+               # for it to CFLAGS and CXXFLAGS.
+               #
                AM_PATH_QT($QT_MIN_VERSION,
                [
                        CFLAGS="$CFLAGS $Qt_CFLAGS"