From 5b9a2fdd6d89dfd9b832645cbfd167310f7bcd6a Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 19 Dec 2008 02:48:19 +0000 Subject: 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 --- acinclude.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'acinclude.m4') 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" ]) -- cgit v1.2.1