From e322f8dff42d2991cf2d01ff55e3ad236e454a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gallo?= Date: Sun, 12 Aug 2012 11:03:33 +0000 Subject: [PATCH] [CONFIGURATION] * NEW: Add a search path for OS X. git-svn-id: svn://localhost/gambas/trunk@5033 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- gb.gmp/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gb.gmp/configure.ac b/gb.gmp/configure.ac index c9eaac68e..d2bc96a45 100644 --- a/gb.gmp/configure.ac +++ b/gb.gmp/configure.ac @@ -9,8 +9,8 @@ GB_COMPONENT( GMP, gb.gmp, [src], - [GB_FIND(gmp.h, /usr/local /usr, include)], - [GB_FIND(libgmp.$SHLIBEXT, /usr/local /usr, lib)], + [GB_FIND(gmp.h, /usr/local /usr /opt/local, include)], + [GB_FIND(libgmp.$SHLIBEXT, /usr/local /usr /opt/local, lib)], [$C_LIB -lgmp], [ ]) AC_OUTPUT( Makefile src/Makefile )