[OpenSmalltalk/opensmalltalk-vm] 02a471: [unix/configure] Fix X11 detection of library pres...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] 02a471: [unix/configure] Fix X11 detection of library pres...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 02a4719fe3df3bd51b92202a419fd45ad9480a5d
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/02a4719fe3df3bd51b92202a419fd45ad9480a5d
  Author: Tobias Pape <[hidden email]>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M platforms/unix/config/config.h.in
    M platforms/unix/config/configure
    M platforms/unix/vm-display-X11/acinclude.m4

  Log Message:
  -----------
  [unix/configure] Fix X11 detection of library presence

C code was ok, but autoconf set HAVE_* prematurely (ie, header there,
lib not)