~ubuntu-branches/ubuntu/maverick/globus-core/maverick

« back to all changes in this revision

Viewing changes to config/acplatforms.m4

  • Committer: Bazaar Package Importer
  • Author(s): Mattias Ellert
  • Date: 2010-06-04 04:43:29 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100604044329-lqbxy6je6l1m517l
Tags: 5.16-2
Converting to package format 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
    AC_DEFINE(TARGET_ARCH_NETOS)
106
106
    AC_DEFINE(TARGET_ARCH_ARM)
107
107
  ;;
 
108
  *mingw32* )
 
109
    AC_DEFINE(TARGET_ARCH_WIN32)
 
110
    AC_DEFINE(TARGET_ARCH_X86)
 
111
  ;;
108
112
  * )
109
113
        echo "platform not configured with TARGET_ARCH_*"
110
114
  ;;