FYI,
This is an obvious typo fix, since the only place the string "scintilla"
appears in the code is in the line below.
diff --git a/configure.ac b/configure.ac
index 17ca11b..d00fb15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -435,7 +435,7 @@ AC_CHECK_HEADER([execinfo.h], [
dnl check for "check", unit testing library/header
PKG_CHECK_MODULES([CHECK], [check >= 0.9.3], have_check=yes, have_check=no)
-if test "$have_scintilla" != "yes"; then
+if test "$have_check" != "yes"; then
AC_MSG_RESULT([Unable to locate check version 0.9.3 or higher: not
building])
fi
AM_CONDITIONAL([HAVE_CHECK], [test "$have_check" = yes])
_______________________________________________
parted-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/parted-devel