Skip to content

configure: replace deprecated AC_TRY_COMPILE with AC_COMPILE_IFELSE

Alan Coopersmith requested to merge alanc/libxshmfence:autoconf into master

Clears autoconf warnings:

configure.ac:127: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:127: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:127: the top level

Merge request reports