appneta / tcpreplay

Pcap editing and replay tools for *NIX and Windows - Users please download source from
http://tcpreplay.appneta.com/wiki/installation.html#downloads
1.17k stars 268 forks source link

configure.ac: do not run conftest in case of cross compilation #849

Closed ChenQi1989 closed 4 months ago

ChenQi1989 commented 6 months ago

It'll give us nothing but error like below:

./conftest: cannot execute binary file: Exec format error ... ./configure: line 23950: test: -eq: unary operator expected

The version check only has effect on Apple systems. We'd better avoid error like above when cross compilation.

Also, in case of cross compilation, instead of having the above Exec format error and resulting in unaligned_cv_fail to yes, set it directly to yes.