Skip to content

Commit f5321a7

Browse files
authored
Merge pull request #439 from strukturag/fix-autoconf-libde265-pc
Fix missing "LIBS_PRIVATE" for libde265.pc in autoconf builds.
2 parents 17bb8d9 + 56d1cf5 commit f5321a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configure.ac

+3
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ AC_FUNC_ERROR_AT_LINE
104104
# AC_FUNC_REALLOC
105105
AC_FUNC_MKTIME
106106

107+
LIBS_PRIVATE="$LIBS -lstdc++"
108+
AC_SUBST(LIBS_PRIVATE)
109+
107110
AM_CONDITIONAL(MINGW, expr $host : '.*-mingw' >/dev/null 2>&1)
108111

109112
# Check if "__STRICT_ANSI__" is required.

0 commit comments

Comments
 (0)