]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/setup_functions.php
configure osm2pgsql and module location via cmake
[nominatim.git] / lib / setup_functions.php
index a2287d9bf794fc19bfa5a9140324ec581896f24b..dab6a8e73e399f09d8682085f15ea2335f6bb7f6 100755 (executable)
@@ -17,12 +17,7 @@ function checkInFile($sOSMFile)
 
 function getOsm2pgsqlBinary()
 {
-    $sBinary = getSetting('OSM2PGSQL_BINARY');
-    if (!$sBinary) {
-        $sBinary = CONST_InstallDir.'/osm2pgsql/osm2pgsql';
-    }
-
-    return $sBinary;
+    return getSetting('OSM2PGSQL_BINARY', CONST_Default_Osm2pgsql);
 }
 
 function getImportStyle()