comparison 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
comparison
equal deleted inserted replaced
389:3f83feface7a 390:5c0ce43c7532
332 PYTHON_VERSION=`echo $ax_python_bin | cut -c7-` 332 PYTHON_VERSION=`echo $ax_python_bin | cut -c7-`
333 333
334 # find the flags for that version 334 # find the flags for that version
335 AX_PYTHON_DEVEL([>= '$PYTHON_VERSION']) 335 AX_PYTHON_DEVEL([>= '$PYTHON_VERSION'])
336 336
337 # do we have boost python? 337 # do we have Boost Python?
338 AX_BOOST_PYTHON 338 AX_BOOST_PYTHON
339 if test "$ac_cv_boost_python" = "no"; then 339 if test "$ac_cv_boost_python" = "no"; then
340 AC_MSG_ERROR(boost python not found) 340 AC_MSG_ERROR(Boost Python not found)
341 fi 341 fi
342 AC_SUBST(PYTHON_VERSION, [$ax_python_bin]) 342 AC_SUBST(PYTHON_VERSION, [$ax_python_bin])
343 fi 343 fi
344 344
345 345