Re: [PATCH] configure: Use -ef to compare paths

2024-11-15 Thread Paolo Bonzini
On 11/11/24 08:50, Thomas Huth wrote: On 11/11/2024 08.19, Akihiko Odaki wrote: configure checks if it is executed in the source directory by comparing the literal paths, but there may be multiple representations of a directory due to symbolic links. Use the -ef operator to tell if they point to

Re: [PATCH] configure: Use -ef to compare paths

2024-11-10 Thread Thomas Huth
On 11/11/2024 08.19, Akihiko Odaki wrote: configure checks if it is executed in the source directory by comparing the literal paths, but there may be multiple representations of a directory due to symbolic links. Use the -ef operator to tell if they point to the same directory. Signed-off-by: Ak

[PATCH] configure: Use -ef to compare paths

2024-11-10 Thread Akihiko Odaki
configure checks if it is executed in the source directory by comparing the literal paths, but there may be multiple representations of a directory due to symbolic links. Use the -ef operator to tell if they point to the same directory. Signed-off-by: Akihiko Odaki --- configure | 2 +- 1 file c