fix issue #3 utempter detection

Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 82afa07a43)
v3.5.13-sru
gregory guy 5 years ago committed by Slávek Banko
parent a47e042892
commit 273a9c83a1
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -583,12 +583,12 @@ if( WITH_UTEMPTER )
find_program( UTEMPTER_HELPER utempter
PATHS
/usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}/utempter
/usr/lib/utempter
/usr/lib${LIB_SUFFIX}/utempter
/usr/libexec/utempter
/usr/libexec
/usr/sbin
/usr/local/lib/${CMAKE_LIBRARY_ARCHITECTURE}/utempter
/usr/local/lib/utempter
/usr/local/lib${LIB_SUFFIX}/utempter
/usr/local/libexec/utempter
/usr/local/libexec
/usr/local/sbin

Loading…
Cancel
Save