[parted-devel] scintilla reference in configure.ac

Jim Meyering jim at meyering.net
Wed Mar 7 18:58:34 CET 2007


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])



More information about the parted-devel mailing list