~ubuntu-branches/ubuntu/oneiric/likewise-open/oneiric

« back to all changes in this revision

Viewing changes to centutils/m4/ltoptions.m4

  • Committer: Bazaar Package Importer
  • Author(s): Scott Salley
  • Date: 2010-11-22 12:06:00 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20101122120600-8lba1fpceot71wlb
Tags: 6.0.0.53010-1
Likewise Open 6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
[enable_win32_dll=yes
126
126
 
127
127
case $host in
128
 
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
 
128
*-*-cygwin* | *-*-mingw* | *-*-pw32*)
129
129
  AC_CHECK_TOOL(AS, as, false)
130
130
  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
131
131
  AC_CHECK_TOOL(OBJDUMP, objdump, false)