[CONFIGURATION]

* NEW: Add a search path for OS X. 


git-svn-id: svn://localhost/gambas/trunk@5033 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
François Gallo 2012-08-12 11:03:33 +00:00
parent 99bd6d0ff5
commit e322f8dff4

View File

@ -9,8 +9,8 @@ GB_COMPONENT(
GMP, GMP,
gb.gmp, gb.gmp,
[src], [src],
[GB_FIND(gmp.h, /usr/local /usr, include)], [GB_FIND(gmp.h, /usr/local /usr /opt/local, include)],
[GB_FIND(libgmp.$SHLIBEXT, /usr/local /usr, lib)], [GB_FIND(libgmp.$SHLIBEXT, /usr/local /usr /opt/local, lib)],
[$C_LIB -lgmp], [$C_LIB -lgmp],
[ ]) [ ])
AC_OUTPUT( Makefile src/Makefile ) AC_OUTPUT( Makefile src/Makefile )