aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-06-26 00:48:58 +0000
committerGuy Harris <guy@alum.mit.edu>2013-06-26 00:48:58 +0000
commit3ab335948b76b1a87fd0c193050673ffd37c9a86 (patch)
tree1ec14a62da639bbff2c8cf53da93a54d7b8d33ff /configure.ac
parent9ef2507e34334681c3e35bdf10266760df730451 (diff)
Nothing uses the HAVE_GTK #define, so get rid of it. (Keep the
Makefile.am conditional, however.) svn path=/trunk/; revision=50162
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 29e5cf0ccc..21c6f9eb57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1084,8 +1084,6 @@ if test "x$enable_wireshark" = "xyes"; then
CFLAGS="$CFLAGS $GTK_CFLAGS"
CXXFLAGS="$CXXFLAGS $GTK_CFLAGS"
have_gtk=yes
- AC_DEFINE(HAVE_GTK, 1,
- [Define to 1 if compiling with GTK])
], have_gtk=no)
fi
@@ -1095,8 +1093,6 @@ if test "x$enable_wireshark" = "xyes"; then
CFLAGS="$CFLAGS $GTK_CFLAGS"
CXXFLAGS="$CXXFLAGS $GTK_CFLAGS"
have_gtk=yes
- AC_DEFINE(HAVE_GTK, 1,
- [Define to 1 if compiling with GTK])
], have_gtk=no)
fi
fi
@@ -1412,7 +1408,6 @@ fi
AC_SUBST(wireshark_bin)
AC_SUBST(wireshark_man)
AM_CONDITIONAL(HAVE_Qt, test "$have_qt" = "yes")
-# XXX - is it bad form for HAVE_GTK to be both a define and a conditional?
AM_CONDITIONAL(HAVE_GTK, test "$have_gtk" = "yes")