]> granicus.if.org Git - postgis/commitdiff
Fix --without-address-standardizer switch
authorSandro Santilli <strk@keybit.net>
Wed, 8 Oct 2014 10:43:46 +0000 (10:43 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 8 Oct 2014 10:43:46 +0000 (10:43 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13051 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index 1ddfe8672b6769c78b4afae58757e0d548e6210f..643c7e8784715c050269bf99733a4e2e1e2097a6 100644 (file)
@@ -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 ===========================================================================