Skip to content

Commit

Permalink
build: Fix unbalanced quote in configure script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Nocera committed Nov 23, 2015
1 parent 84bfbd0 commit bf45fe7
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 @@ -702,7 +702,7 @@ if test "x$enable_xps" = "xyes"; then
AC_DEFINE([ENABLE_XPS], [1], [Enable support for XPS documents.])
else
enable_xps="no"
AC_MSG_WARN(["XPS support is disabled since libgxps (version >= $GXPS_REQUIRED) is needed])
AC_MSG_WARN([XPS support is disabled since libgxps (version >= $GXPS_REQUIRED) is needed])
fi
fi

Expand Down

0 comments on commit bf45fe7

Please sign in to comment.