aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2012-02-22We need to build libui even if we're only building TShark. Fixes bugguy1-1/+1
2012-02-19Build the TShark taps into a static libcliui library in the ui/cliguy1-0/+1
2012-02-18Create a libui (static) library in the ui directory, which contains theguy1-1/+3
2012-02-01Add M3AP to the build.etxrab1-0/+1
2012-01-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6737morriss1-2/+2
2012-01-20Bug 6448 says the embedded Python stuff does not really work.morriss1-6/+5
2012-01-17Indicate which version of GTK+ is being used to build Wireshark, andguy1-2/+14
2012-01-17Fix typo.guy1-1/+1
2012-01-17Fix test (equality in the test command is =, not ==).guy1-3/+5
2012-01-17Rename the GTK_OK variable to have_gtk; make sure it's always set. Testguy1-18/+20
2012-01-15Move gtk to ui/gtk.jmayer1-3/+3
2012-01-14Ed Beroset <beroset@mindspring.com> via bug 5531jmayer1-0/+1
2012-01-14Add another warning (-Warray-bounds) to sync with cmakejmayer1-0/+1
2011-12-29Define GTK_DISABLE_DEPRECATED only if GTK lt 3.2 sincewmeier1-1/+5
2011-11-22Unconditionally install idl2wrsrbalint1-17/+0
2011-11-22hardcode /bin/sh to idl2wrsrbalint1-2/+0
2011-11-081.7.0 → 1.7.1.gerald1-1/+1
2011-11-08Add SBc Application Part (SBc-AP) to build.etxrab1-0/+1
2011-11-07Change the use of threads from "mostly always, depending on yourgerald1-9/+0
2011-10-23From Pascal Quantin.etxrab1-0/+1
2011-10-16From Pascal Quantin.etxrab1-0/+1
2011-10-11Make asn1/lcsap/Makefilestig1-0/+1
2011-09-30Microsoft Credential Security Support Provider (CredSSP) support. gal1-0/+1
2011-09-25Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGERjmayer1-8/+0
2011-09-21Add asn/t124/Makefile to configure.in and remove it from the repository.gal1-0/+1
2011-08-31Second try to move crc routines to libwsutil.stig1-1/+0
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-0/+1
2011-08-30Move all crc routines to libwsutil.stig1-1/+0
2011-08-29Fix a commentjmayer1-1/+1
2011-08-23Remove support for libpcre, we use GRegex in GLib.stig1-40/+1
2011-08-22make MAIN_MENU_USE_UIMANAGER the default.etxrab1-2/+2
2011-08-18Change || in an "if test" statement to "-o"sfisher1-1/+1
2011-08-18Get --enable-ui-manager working.tuexen1-1/+1
2011-08-18When building with GTK3 we *must* use the ui-manager interface,jmayer1-8/+8
2011-08-17Always build with -DGTK_DISABLE_DEPRECATED. The files thatjmayer1-3/+1
2011-08-11Use '-D_FORTIFY_SOURCE=2' when compiling with GCC or CLang.wmeier1-0/+7
2011-08-11Add -DG_DISABLE_SINGLE_INCLUDES to CFLAGSwmeier1-2/+8
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :morriss1-1/+1
2011-08-08MAIN_MENU_USE_UIMANAGER is also used in some includes, not onlyjmayer1-1/+3
2011-08-08GTK3 stuff:jmayer1-3/+4
2011-08-07mate_grammar.lemon:jmayer1-0/+2
2011-08-04As suggested by Anders: only compile with GSEAL_ENABLE if we're using GTK 2.2...morriss1-7/+7
2011-08-03'-Wno-error=unused-but-set-parameter' not req'd since no such warnings in Wir...wmeier1-1/+0
2011-08-02For now: treat GCC 4.6 'unused-but-set' reports as just warnings (i.e., when ...wmeier1-1/+2
2011-07-31Configuring with --enable-ui-manager would not work - fix this.jmayer1-1/+1
2011-07-29Print a more correct error message when missing gtk3.stig1-1/+5
2011-07-29Try build with GSEAL_ENABLE if not gtk3 again.stig1-0/+4
2011-07-29Removed building with GSEAL_ENABLE, does not work yet.stig1-4/+0
2011-07-29Build with GSEAL_ENABLE if not gtk3.stig1-0/+4
2011-07-22Back out my last changes to configure.in - they broke too muchjmayer1-30/+31