Ticket #61261: configure.patch

File configure.patch, 476 bytes (added by bernstei, 3 years ago)

configure patch to fix motif functionality testing

  • configure

    old new  
    95509550  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    95519551/* end confdefs.h.  */
    95529552
     9553#include <stdlib.h>
    95539554#include <Xm/XmAll.h>
    95549555      int main(void) {
    95559556        int vlibn, vincn;
    95569557        vincn = XmVersion;
    9557         XmRegisterConverters();
     9558        /* XmRegisterConverters(); */
    95589559        vlibn = xmUseVersion;
    95599560        if (vincn < 1002) {
    95609561          exit(1);