Skip to content

Commit

Permalink
Merge pull request #439 from strukturag/fix-autoconf-libde265-pc
Browse files Browse the repository at this point in the history
Fix missing "LIBS_PRIVATE" for libde265.pc in autoconf builds.
  • Loading branch information
farindk committed Dec 21, 2023
2 parents 17bb8d9 + 56d1cf5 commit f5321a7
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 f5321a7

Please sign in to comment.