~ubuntu-branches/ubuntu/trusty/postgis/trusty

« back to all changes in this revision

Viewing changes to macros/ltoptions.m4

  • Committer: Bazaar Package Importer
  • Author(s): Alan Boudreault
  • Date: 2010-09-29 09:16:10 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100929091610-vj4efw8woq34hdn7
Tags: 1.5.2-1
* New upstream release, with a few bug fixes.
* Added shp2pgsql-gui binary.
* Removed patches, applied upstream: getopt.    

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)