aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-07-24 22:08:42 +0000
committerGuy Harris <guy@alum.mit.edu>2013-07-24 22:08:42 +0000
commit8fa093daa58cecab28dcf1c9afc70f6d21e9fd38 (patch)
tree7ec9d25a899cbf0995d8531fe84e0bb2d0742151 /configure.ac
parent0e60bd6e408c31c9d0dfc24c9b10d0c2e4e00888 (diff)
Add a comment.
svn path=/trunk/; revision=50879
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b432d5e597..c63f3cf157 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"