summaryrefslogtreecommitdiff
path: root/src/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1517: MacOS: configure removes -O2 from $CFLAGSv9.0.1517Rose2023-05-061-10/+7
* patch 9.0.1450: MacOS: building fails if clock_gettime() is not availablev9.0.1450Bram Moolenaar2023-04-131-1/+2
* patch 9.0.1445: openSUSE: configure doesn't find the Motif libraryv9.0.1445Bram Moolenaar2023-04-121-2/+5
* patch 9.0.1441: MacOS: Python 3 using framework do not set dll name properlyv9.0.1441Yee Cheng Chin2023-04-051-0/+3
* patch 9.0.1433: on some systems the Lua library is not foundv9.0.1433Bram Moolenaar2023-03-311-3/+9
* patch 9.0.1219: handling of FORTIFY_SOURCE flags doesn't match Fedora usagev9.0.1219Zdenek Dohnal2023-01-181-2/+2
* patch 9.0.1162: configure does not handle all FORTIFY_SOURCE variantsv9.0.1162Zdenek Dohnal2023-01-091-2/+2
* patch 9.0.1110: build fails on Mac OS X 10.4/10.5v9.0.1110Evan Miller2022-12-301-0/+2
* patch 9.0.0928: using Ruby LDFLAGS may cause build problemsv9.0.0928Zdenek Dohnal2022-11-231-12/+4
* patch 9.0.0834: warning for missing return typev9.0.0834Sam James2022-11-051-1/+1
* patch 9.0.0700: there is no real need for a "big" buildv9.0.0700Martin Tournoij2022-10-081-8/+8
* patch 9.0.0694: no native sound support on Mac OSv9.0.0694Yee Cheng Chin2022-10-081-1/+1
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-14/+18
* patch 9.0.0546: supporting Ruby 1.8 makes code complicatedv9.0.0546K.Takata2022-09-221-3/+3
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-25/+1
* patch 9.0.0108: configure check for timer_create may give wrong errorv9.0.0108Bram Moolenaar2022-07-301-2/+2
* patch 9.0.0103: if running configure with cached results -lrt may be missingv9.0.0103Bram Moolenaar2022-07-281-28/+40
* patch 9.0.0098: missing include file in timer_create configure checkv9.0.0098Bram Moolenaar2022-07-281-4/+12
* patch 9.0.0065: cross-compiling doesn't work because of timer_create checkv9.0.0065Richard Purdie2022-07-241-4/+12
* patch 9.0.0023: on Solaris timer_create() exists but does not workv9.0.0023Bram Moolenaar2022-07-021-4/+8
* patch 8.2.5135: running configure gives warnings for main() return typev8.2.5135Bram Moolenaar2022-06-191-13/+13
* patch 8.2.5131: timeout implementation is not optimalv8.2.5131Bram Moolenaar2022-06-191-20/+22
* patch 8.2.5061: C89 requires signal handlers to return voidv8.2.5061Bram Moolenaar2022-06-051-11/+0
* patch 8.2.5060: running configure failsv8.2.5060Bram Moolenaar2022-06-051-2/+1
* patch 8.2.5059: autoconf 2.71 produces many obsolete warningsv8.2.5059Bram Moolenaar2022-06-051-164/+166
* patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis2022-06-051-2/+38
* patch 8.2.4686: configure doesn't find the Motif library with Cygwinv8.2.4686Kelvin Lee2022-04-041-1/+2
* patch 8.2.4549: cannot build with Motif and editresv8.2.4549Bram Moolenaar2022-03-121-1/+1
* patch 8.2.4547: the neXTaw GUI is old and does not work wellv8.2.4547Bram Moolenaar2022-03-111-39/+5
* patch 8.2.4527: the Athena GUI is old and does not work wellv8.2.4527Bram Moolenaar2022-03-081-45/+7
* patch 8.2.4457: the GPM library can only be linked staticallyv8.2.4457Bram Moolenaar2022-02-231-6/+10
* patch 8.2.4129: building with +sound but without +eval failsv8.2.4129Bram Moolenaar2022-01-181-10/+21
* patch 8.2.4039: the xdiff library is linked in even when not usedv8.2.4039Bram Moolenaar2022-01-081-0/+10
* patch 8.2.3922: cannot build with dynamic Ruby 3.1v8.2.3922ichizok2021-12-281-0/+6
* patch 8.2.3800: when cross compiling the output of "uname" cannot be setv8.2.3800Bram Moolenaar2021-12-131-22/+48
* patch 8.2.3620: memory leak reported in libtlibv8.2.3620Bram Moolenaar2021-11-191-0/+10
* patch 8.2.3510: changes are only detected with one second accuracyv8.2.3510Leah Neukirchen2021-10-141-0/+25
* patch 8.2.3483: #ifdef for using sysinfo() is incompletev8.2.3483Bram Moolenaar2021-10-061-2/+3
* patch 8.2.3420: _REENTRANT defined more than oncev8.2.3420Christian Brabandt2021-09-091-1/+3
* patch 8.2.3406: on some systems tests fail without _REENTRANTv8.2.3406Bram Moolenaar2021-09-061-0/+6
* patch 8.2.3037: configure reports libcanberra when checking for libsodiumv8.2.3037ichizok2021-06-231-1/+1
* patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt2021-06-201-0/+37
* patch 8.2.2970: Python configure check uses deprecated commandv8.2.2970Zdenek Dohnal2021-06-101-1/+4
* patch 8.2.2876: configure cannot detect Python 3.10v8.2.2876Bram Moolenaar2021-05-211-1/+1
* patch 8.2.2852: configure can add --as-needed a second timev8.2.2852Natanael Copa2021-05-151-1/+3
* patch 8.2.2794: Linux users don't know how to get ncursesv8.2.2794Bram Moolenaar2021-04-211-0/+1
* patch 8.2.2701: order of removing FORTIFY_SOURCE is wrongv8.2.2701Bram Moolenaar2021-04-031-2/+2
* patch 8.2.2691: autoconf may mess up compiler flagsv8.2.2691Bram Moolenaar2021-04-021-2/+2
* patch 8.2.2586: process id may be invalidv8.2.2586Bram Moolenaar2021-03-101-0/+14
* patch 8.2.2550: signal stack size is wrong with latest glibc 2.34v8.2.2550Bram Moolenaar2021-02-251-0/+9