aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2008-12-19 02:48:19 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2008-12-19 02:48:19 +0000
commit5b9a2fdd6d89dfd9b832645cbfd167310f7bcd6a (patch)
tree5d422b1cc356065c5ee958bf1d4d066e52d75c70
parent37c36dba55ab59b1ae6c1ceb3c564de2d6b745b3 (diff)
After checking for ige_mac_menu_set_menu_bar reset CFLAGS and LIBS
back to what they were before the test (without GTK_LIBS). This prevents tshark (and every other program) from unnecessarily linking against GTK_LIBS. svn path=/trunk/; revision=27056
-rw-r--r--acinclude.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 43c1761197..c037e5ba27 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1576,6 +1576,8 @@ AC_DEFUN([AC_WIRESHARK_IGE_MAC_INTEGRATION_CHECK],
AC_DEFINE(HAVE_IGE_MAC_INTEGRATION, 1,
[Define to 1 if the the Gtk+ framework or a separate library inclues the Imendio IGE Mac OS X Integration functions.])
])
+ CFLAGS="$ac_save_CFLAGS"
+ LIBS="$ac_save_LIBS"
])