From 74c42d298eb3bb016849eda1a2360b40cf49dead Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 8 Oct 2014 10:43:46 +0000 Subject: [PATCH] Fix --without-address-standardizer switch git-svn-id: http://svn.osgeo.org/postgis/trunk@13051 b70326c6-7e19-0410-871a-916f4a2858ee --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 1ddfe8672..643c7e878 100644 --- a/configure.ac +++ b/configure.ac @@ -931,12 +931,12 @@ AC_DEFINE_UNQUOTED([POSTGIS_USE_STATS], [1], [Enable use of ANALYZE statistics]) dnl ==================================== dnl address standardizer stuff dnl ==================================== -AC_ARG_WITH([address_standardizer], - [AS_HELP_STRING([--without-address_standardizer], +AC_ARG_WITH([address-standardizer], + [AS_HELP_STRING([--without-address-standardizer], [Disable the address_standardizer extension])], [], []) -if test "x$address_standardizer" != "xno"; then +if test "x$with_address_standardizer" != "xno"; then dnl =========================================================================== dnl Detect the version of PCRE installed dnl =========================================================================== -- 2.50.1