aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2010-11-26 23:50:56 +0000
committerStephen Fisher <steve@stephen-fisher.com>2010-11-26 23:50:56 +0000
commit6b7aa68613b37a87625cd413addcd58a5d23f371 (patch)
tree8bb482be300c883c3123627bb0b78700e046f778 /configure.in
parent6c1e90bfd001b147e7da5fd38119e1ace761e485 (diff)
Define HAVE_GTK in config.h when compiling with GTK for the GUI
svn path=/trunk/; revision=35036
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index eee1efc9d8..27de1d7ab4 100644
--- a/configure.in
+++ b/configure.in
@@ -674,6 +674,7 @@ if test "x$enable_wireshark" = "xyes"; then
[
CFLAGS="$CFLAGS $GTK_CFLAGS"
CXXFLAGS="$CXXFLAGS $GTK_CFLAGS"
+ AC_DEFINE(HAVE_GTK, 1, [Define to 1 if compiling with GTK])
], GTK_OK=no, gthread)
else
GTK_OK=no