configure: remove AC_PATH_XTRA macro
commitb73e7e4a43110e11c27aef76e1dcb22acb2515be
authordeadwood <deadwood@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 25 Oct 2016 16:44:26 +0000 (25 16:44 +0000)
committerdeadwood <deadwood@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 25 Oct 2016 16:44:26 +0000 (25 16:44 +0000)
tree6db96a15e2d3ea3f3be5aba10f0f2eaca1817319
parentf5278e60e3aeb446f757090046f293e34366b3be
configure: remove AC_PATH_XTRA macro

This macro has a bug where it adds -R switch to compiler line when
x headers/libraries as passed. -R is not understood by compiler

All other parts of macro set variables X_PRE_LIBS and X_EXTRA_LIBS which
are not used anywhere in the configure

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53028 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
configure
configure.in