fix gdal build on Debian Wheezy

close #862
This commit is contained in:
Boris Nagaev 2015-09-16 23:49:35 +03:00
parent 6dda14dd0b
commit 145718ca17
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(1)' && autoreconf -fi
cd '$(1)' && autoreconf -fi -I ./m4
# The option '--without-threads' means native win32 threading without pthread.
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \