Ticket #61261: configure.patch
File configure.patch, 476 bytes (added by bernstei, 4 years ago) |
---|
-
configure
old new 9550 9550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9551 9551 /* end confdefs.h. */ 9552 9552 9553 #include <stdlib.h> 9553 9554 #include <Xm/XmAll.h> 9554 9555 int main(void) { 9555 9556 int vlibn, vincn; 9556 9557 vincn = XmVersion; 9557 XmRegisterConverters();9558 /* XmRegisterConverters(); */ 9558 9559 vlibn = xmUseVersion; 9559 9560 if (vincn < 1002) { 9560 9561 exit(1);