aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2015-06-181.99.7 → 1.99.8Gerald Combs1-1/+1
2015-06-16Disable AirPcap by default in Autotools.Gerald Combs1-2/+4
2015-06-09Clean up --with-qt handling.Guy Harris1-6/+13
2015-05-31configure.ac: openSUSE build fixBart Van Assche1-85/+58
2015-05-281.99.6 → 1.99.7.Gerald Combs1-1/+1
2015-05-22allow use of deprecated gdk-pixbuf functionsAndreas Stieger1-1/+0
2015-05-08Add some more warnings when building with Sun^WOracle's C compiler.Guy Harris1-0/+7
2015-05-06Fix configuration with --without-qt and with no --with-gtk[23].Guy Harris1-1/+10
2015-04-29Fix typo: we already checked for rcc and rcc-qt5, now it's time to check forJeff Morriss1-98/+98
2015-04-29When configuring with Wireshark disabled, don't complain if uic, moc, and rccJeff Morriss1-3/+3
2015-04-13Add a major version number argument to --with-qt.Guy Harris1-7/+22
2015-04-12Only add flags to CFLAGS_FOR_BUILD if $CC and $CC_FOR_BUILD are the same.Guy Harris1-1/+9
2015-04-08extcap: Add support for Android - androiddumpMichal Labedzki1-0/+33
2015-03-30Work around a Linux bonding driver bug (and the lack of a libpcap workaround).Guy Harris1-0/+11
2015-03-25Always use html2text.py for FAQ, improve outputPeter Wu1-8/+4
2015-03-201.99.5 → 1.99.6.Gerald Combs1-1/+1
2015-03-191.99.4 → 1.99.5.Gerald Combs1-1/+1
2015-03-08Revert "[Qt translations] create the .qm files during the build"Martin Kaiser1-23/+0
2015-03-07[Qt translations] create the .qm files during the buildMartin Kaiser1-0/+23
2015-03-051.99.3 → 1.99.4.Gerald Combs1-1/+1
2015-03-03Look for and use gethostbyname() if we don't have getaddrinfo(). Fail toJeff Morriss1-6/+27
2015-02-27wmem, unlike emem, doesn't use mmap(); remove some no-longer-needed checks.Guy Harris1-1/+1
2015-02-27We don't use gethostbyname2(), don't check for it.Guy Harris1-1/+1
2015-02-19Qt: Add more version and packaging information to the main window.Gerald Combs1-0/+2
2015-02-19Check whether emmintrin.h can be used *without* -msse4.2.Guy Harris1-19/+45
2015-02-18Add AddressSanitizer (ASAN) build optionAlexis La Goutte1-0/+18
2015-02-17Added JSON native file support.Dario Lombardo1-1/+0
2015-02-16OK, at least on my system uic is called uic-qt5, same for moc and rcc.Joerg Mayer1-51/+63
2015-02-16Trivial Dead assignment fixes in configurePeter Wu1-4/+5
2015-02-14Try to fix diagnostic suppression.Gerald Combs1-1/+1
2015-02-14Note why some header checks are done even if unnecessary on UN*X.Guy Harris1-0/+13
2015-02-14Don't check for C89 headers.Guy Harris1-1/+1
2015-02-14We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris1-1/+1
2015-02-06More emem removal.Jeff Morriss1-22/+0
2015-02-06Remove gethostbyaddr and gethostbyaddr2.Gerald Combs1-3/+3
2015-02-041.99.2 → 1.99.3.Gerald Combs1-1/+1
2015-02-04Only set HAVE_LUA if we, er, have Lua.Jeff Morriss1-0/+3
2015-02-04Simplify how we find Lua and expand the places we look.Jeff Morriss1-14/+12
2015-01-22Get us building with the subdir-objects automake option.Jeff Morriss1-1/+1
2015-01-21Link only the GUIs with SBC (if we have SBC). The other programs don'tJeff Morriss1-2/+0
2015-01-21Also support -xarch=sse_42 in the Sun C compiler for x86(-64).Guy Harris1-2/+25
2015-01-21Get rid of trailing blank.Guy Harris1-1/+1
2015-01-21Handle CFLAGS disabling SSE 4.2.Guy Harris1-4/+24
2015-01-19JSON dissector changed into heuristic dissector.Dario Lombardo1-0/+1
2015-01-12Error out if the user requests the SBC library but it's not found.Jeff Morriss1-3/+6
2015-01-08autotools: Add possibility to build without optional codec SBCMichal Labedzki1-4/+13
2015-01-06Revert e65f581ffa86f6bfd566a9b66ca2c882f465727f, whichJoerg Mayer1-0/+4
2015-01-05In CMake, check for thousands-grouping support in the GLib printf routines.Guy Harris1-1/+1
2014-12-27We require pkg-config to check for, for example, GLib.Guy Harris1-0/+3
2014-12-26Use getopt_long() for the first pass through the argument list.Guy Harris1-0/+19