Skip to content

Commit

Permalink
Fix missing "LIBS_PRIVATE" for libde265.pc in autoconf builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Dec 21, 2023
1 parent 17bb8d9 commit 56d1cf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ AC_FUNC_ERROR_AT_LINE
# AC_FUNC_REALLOC
AC_FUNC_MKTIME

LIBS_PRIVATE="$LIBS -lstdc++"
AC_SUBST(LIBS_PRIVATE)

AM_CONDITIONAL(MINGW, expr $host : '.*-mingw' >/dev/null 2>&1)

# Check if "__STRICT_ANSI__" is required.
Expand Down

0 comments on commit 56d1cf5

Please sign in to comment.