source:
m4/ax_maemo.m4@
4483
Last change on this file since 4483 was 4124, checked in by , 15 years ago | |
---|---|
File size: 332 bytes |
Rev | Line | |
---|---|---|
[4104] | 1 | # SYNOPSIS |
2 | # | |
3 | # AX_MAEMO() | |
4 | # | |
5 | # DESCRIPTION | |
6 | # | |
7 | # Check for Maemo and set specific flags | |
8 | # | |
9 | # LAST MODIFICATION | |
10 | # | |
11 | # 2009-06-15 | |
12 | ||
13 | AC_DEFUN([AX_MAEMO], | |
14 | [ | |
[4124] | 15 | AC_MSG_CHECKING([for maemo platform]) |
[4104] | 16 | |
17 | if test "$host" = "arm-unknown-linux-gnu" ; then | |
18 | AC_MSG_RESULT(yes) | |
[4106] | 19 | LDFLAGS="$LDFLAGS -Wl,-zmuldefs" |
[4104] | 20 | else |
21 | AC_MSG_RESULT(no) | |
22 | fi | |
23 | ]) |
Note:
See TracBrowser
for help on using the repository browser.