~ubuntu-branches/ubuntu/lucid/schroedinger/lucid

« back to all changes in this revision

Viewing changes to m4/ltoptions.m4

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-10-03 18:49:33 UTC
  • mfrom: (1.1.7 upstream) (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091003184933-mmkb7rff1nblsq6m
Tags: 1.0.8-2
* debian/control:
  + Build-depend on pkg-config to fix FTBFS.

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*)
 
128
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
129
129
  AC_CHECK_TOOL(AS, as, false)
130
130
  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
131
131
  AC_CHECK_TOOL(OBJDUMP, objdump, false)