From 51e79f0190ef9781ad2b695e413a96aad07eb7da Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Sun, 7 Feb 2016 04:14:05 -0800 Subject: Look for QT5 in /opt/local/libexec/qt5 on OS X --- config/open-axiom.m4 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'config') diff --git a/config/open-axiom.m4 b/config/open-axiom.m4 index 747319aa..ac4610b8 100644 --- a/config/open-axiom.m4 +++ b/config/open-axiom.m4 @@ -43,6 +43,20 @@ case $host in esac ]) +dnl ------------------------------------------ +dnl -- OPENAXIOM_CHECK_FOR_ADDITIONAL_PATHS -- +dnl ------------------------------------------ +AC_DEFUN([OPENAXIOM_CHECK_FOR_ADDITIONAL_PATHS],[ +# If there is a MacPort installation of QT5, use it. +case $host in + *darwin*) + if test -d /opt/local/libexec/qt5; then + PATH=/opt/local/libexec/qt5/bin:$PATH + fi + ;; +esac +]) + dnl ---------------------------------- dnl -- OPENAXIOM_REJECT_ROTTED_LISP -- dnl ---------------------------------- -- cgit v1.2.3