Skip to content

Commit

Permalink
autotools: fix librtas check
Browse files Browse the repository at this point in the history
Fixes: #2527
Signed-off-by: Karel Zak <[email protected]>
  • Loading branch information
karelzak committed Oct 9, 2023
1 parent 762898e commit b53ba17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ AS_IF([test x"$have_timer" = xno], [

AC_CHECK_LIB([rtas], [rtas_get_sysparm], [
RTAS_LIBS="-lrtas"
AC_DEFINE_UNQUOTED([HAVE_LIBRTAS], [1], [Define if librtas exists]), [],
AC_DEFINE_UNQUOTED([HAVE_LIBRTAS], [1], [Define if librtas exists])
])
AC_SUBST([RTAS_LIBS])

Expand Down

0 comments on commit b53ba17

Please sign in to comment.