configure: Fix check ell path for cross compiling
authorRudi Heitbaum <rudi@heitbaum.com>
Sat, 1 Jul 2023 04:12:52 +0000 (04:12 +0000)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:03 +0000 (19:04 +0530)
commit64b4434d128b8a58e3f7c825db871dfc0fa9463d
tree8155c8ecdb9b742e5311f8e4578ec724734ab91d
parent974401d59e5fdbbf1de1af3e4e65f971a7311e85
configure: Fix check ell path for cross compiling

Use of AC_CHECK_FILE prevents cross compilation.
Instead use test to support cross compiling.
configure.ac