]> git.pld-linux.org Git - packages/wireshark.git/blob - wireshark-ac.patch
- drop obsolete gtk1 bcond
[packages/wireshark.git] / wireshark-ac.patch
1 --- wireshark-1.2.0/acinclude.m4~       2009-06-23 22:22:38.015762748 +0200
2 +++ wireshark-1.2.0/acinclude.m4        2009-06-23 22:25:13.444887681 +0200
3 @@ -302,7 +302,7 @@
4           #
5           AC_MSG_CHECKING(for broken pcap-config)
6           if test -n "$PCAP_CONFIG" ; then
7 -           case "`\"$PCAP_CONFIG\" --libs`" in
8 +           case "`$PCAP_CONFIG --libs`" in
9  
10             "-L "*)
11               #
12 @@ -397,9 +397,9 @@
13           # libraries libpcap needs.
14           #
15           if test x$enable_static = xyes; then
16 -           PCAP_LIBS="`\"$PCAP_CONFIG\" --libs --static`"
17 +           PCAP_LIBS="`$PCAP_CONFIG --libs --static`"
18           else
19 -           PCAP_LIBS="`\"$PCAP_CONFIG\" --libs`"
20 +           PCAP_LIBS="`$PCAP_CONFIG --libs`"
21           fi
22           AC_DEFINE(HAVE_LIBPCAP, 1, [Define to use libpcap library])
23         else
This page took 0.066148 seconds and 3 git commands to generate.