Unverified Commit 8957347f authored by Victor Ananjevsky's avatar Victor Ananjevsky Committed by GitHub

Merge pull request #13 from step-/fix-sourceview-configure

Fix configure.ac no sourceview support.
parents b3a99043 dd0ed2d6
......@@ -114,7 +114,7 @@ AC_ARG_ENABLE([sourceview],
[AS_HELP_STRING([--enable-sourceview],
[Build YAD with GtkSourceView support (default - no)])],
[with_sourceview=$enableval], [with_sourceview=no])
if test x$with_spell = xyes; then
if test x$with_sourceview = xyes; then
PKG_CHECK_MODULES([SOURCEVIEW], [$SOURCEVIEW], [have_sourceview=yes], [have_sourceview=no])
else
have_sourceview=no
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment