Changeset 5612


Ignore:
Timestamp:
Aug 3, 2009, 11:18:19 AM (15 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/ax_maemo.m4

    r4552 r5612  
    2222        fi
    2323])
    24 
    25 AC_DEFUN([AX_MAEMO_WITH_FIX],
    26 [
    27         AC_MSG_CHECKING([for maemo platform])
    28        
    29         if test "$host" = "arm-unknown-linux-gnu" ; then
    30                 AC_MSG_RESULT(yes)
    31                 LDFLAGS="$LDFLAGS -Wl,-zmuldefs"
    32                 AC_DEFINE(HAVE_MAEMO, [1], "Define to 1 for the Maemo platform")
    33         else
    34                 AC_MSG_RESULT(no)
    35         fi
    36 ])
Note: See TracChangeset for help on using the changeset viewer.