diff configure.ac @ 390:5c0ce43c7532

Fix a number of spelling mistakes Changes-by: codespell -w Suggested-by: codespell, spellintian, lintian I: libpst4: spelling-error-in-binary usr/lib/x86_64-linux-gnu/libpst.so.4.1.14 occured occurred I: libpst-dev: spelling-error-in-manpage usr/share/man/man5/outlook.pst.5.gz Attachement Attachment
author Paul Wise <pabs3@bonedaddy.net>
date Sat, 21 Dec 2019 21:25:45 +0800
parents 292ad0f71fd4
children 54465fca8b9e
line wrap: on
line diff
--- a/configure.ac	Sat Dec 21 21:25:45 2019 +0800
+++ b/configure.ac	Sat Dec 21 21:25:45 2019 +0800
@@ -334,10 +334,10 @@
     # find the flags for that version
     AX_PYTHON_DEVEL([>= '$PYTHON_VERSION'])
 
-    # do we have boost python?
+    # do we have Boost Python?
     AX_BOOST_PYTHON
     if test "$ac_cv_boost_python" = "no"; then
-        AC_MSG_ERROR(boost python not found)
+        AC_MSG_ERROR(Boost Python not found)
     fi
     AC_SUBST(PYTHON_VERSION, [$ax_python_bin])
 fi