[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:
parent
99bd6d0ff5
commit
e322f8dff4
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user