From: Bborie Park Date: Sat, 10 Mar 2012 00:19:00 +0000 (+0000) Subject: Another attempt to fix hudson... X-Git-Tag: 2.0.0beta3~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5b3041a4788cf96110c1d5e4109e0e781e06143;p=postgis Another attempt to fix hudson... git-svn-id: http://svn.osgeo.org/postgis/trunk@9439 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index daf30978a..5c6180bfc 100644 --- a/configure.ac +++ b/configure.ac @@ -869,10 +869,8 @@ dnl ==================================== dnl raster stuff dnl ==================================== AC_ARG_WITH( - [raster], [ - AS_HELP_STRING([--without-raster], - [Disable the raster extension]) - ], + [raster], + AC_HELP_STRING([--without-raster], [Disable the raster extension]), [], [] )