Skip to content
Snippets Groups Projects
Commit c1106107 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Bug 835: Fixed bug that caused AM_CONDITIONAL(HAVE_PVSS) to never be set

parent 47cdf0bc
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,8 @@ if test "$with_pvss" != "no"; then ...@@ -96,6 +96,8 @@ if test "$with_pvss" != "no"; then
CXXFLAGS="$CXXFLAGS $PVSS_CXXFLAGS" CXXFLAGS="$CXXFLAGS $PVSS_CXXFLAGS"
LDFLAGS="$LDFLAGS $PVSS_LDFLAGS" LDFLAGS="$LDFLAGS $PVSS_LDFLAGS"
LIBS="$LIBS $PVSS_LIBS" LIBS="$LIBS $PVSS_LIBS"
enable_pvss=yes
] ]
dnl dnl
AC_SUBST(CPPFLAGS)dnl AC_SUBST(CPPFLAGS)dnl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment